Imre Kis | a337691 | 2025-02-13 13:13:30 +0100 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "arm-psci" |
| 7 | version = "0.1.0" |
Imre Kis | 90e9d83 | 2025-02-13 13:42:51 +0100 | [diff] [blame^] | 8 | dependencies = [ |
| 9 | "bitflags", |
| 10 | "num_enum", |
| 11 | "thiserror", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "bitflags" |
| 16 | version = "2.8.0" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "num_enum" |
| 22 | version = "0.7.3" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" |
| 25 | dependencies = [ |
| 26 | "num_enum_derive", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "num_enum_derive" |
| 31 | version = "0.7.3" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" |
| 34 | dependencies = [ |
| 35 | "proc-macro2", |
| 36 | "quote", |
| 37 | "syn", |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "proc-macro2" |
| 42 | version = "1.0.93" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
| 45 | dependencies = [ |
| 46 | "unicode-ident", |
| 47 | ] |
| 48 | |
| 49 | [[package]] |
| 50 | name = "quote" |
| 51 | version = "1.0.38" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
| 54 | dependencies = [ |
| 55 | "proc-macro2", |
| 56 | ] |
| 57 | |
| 58 | [[package]] |
| 59 | name = "syn" |
| 60 | version = "2.0.98" |
| 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 62 | checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" |
| 63 | dependencies = [ |
| 64 | "proc-macro2", |
| 65 | "quote", |
| 66 | "unicode-ident", |
| 67 | ] |
| 68 | |
| 69 | [[package]] |
| 70 | name = "thiserror" |
| 71 | version = "2.0.11" |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 | checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" |
| 74 | dependencies = [ |
| 75 | "thiserror-impl", |
| 76 | ] |
| 77 | |
| 78 | [[package]] |
| 79 | name = "thiserror-impl" |
| 80 | version = "2.0.11" |
| 81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 82 | checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" |
| 83 | dependencies = [ |
| 84 | "proc-macro2", |
| 85 | "quote", |
| 86 | "syn", |
| 87 | ] |
| 88 | |
| 89 | [[package]] |
| 90 | name = "unicode-ident" |
| 91 | version = "1.0.16" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" |