Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame^] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "arm-ffa" |
| 7 | version = "0.1.0" |
| 8 | dependencies = [ |
| 9 | "num_enum", |
| 10 | "uuid", |
| 11 | ] |
| 12 | |
| 13 | [[package]] |
| 14 | name = "num_enum" |
| 15 | version = "0.7.3" |
| 16 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 17 | checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" |
| 18 | dependencies = [ |
| 19 | "num_enum_derive", |
| 20 | ] |
| 21 | |
| 22 | [[package]] |
| 23 | name = "num_enum_derive" |
| 24 | version = "0.7.3" |
| 25 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 26 | checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" |
| 27 | dependencies = [ |
| 28 | "proc-macro2", |
| 29 | "quote", |
| 30 | "syn", |
| 31 | ] |
| 32 | |
| 33 | [[package]] |
| 34 | name = "proc-macro2" |
| 35 | version = "1.0.89" |
| 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 | checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" |
| 38 | dependencies = [ |
| 39 | "unicode-ident", |
| 40 | ] |
| 41 | |
| 42 | [[package]] |
| 43 | name = "quote" |
| 44 | version = "1.0.37" |
| 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| 47 | dependencies = [ |
| 48 | "proc-macro2", |
| 49 | ] |
| 50 | |
| 51 | [[package]] |
| 52 | name = "syn" |
| 53 | version = "2.0.85" |
| 54 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 55 | checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" |
| 56 | dependencies = [ |
| 57 | "proc-macro2", |
| 58 | "quote", |
| 59 | "unicode-ident", |
| 60 | ] |
| 61 | |
| 62 | [[package]] |
| 63 | name = "unicode-ident" |
| 64 | version = "1.0.13" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" |
| 67 | |
| 68 | [[package]] |
| 69 | name = "uuid" |
| 70 | version = "1.11.0" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |