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", |
Andrew Walbran | 44029a0 | 2024-11-25 15:34:31 +0000 | [diff] [blame] | 10 | "thiserror", |
Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame] | 11 | "uuid", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "num_enum" |
| 16 | version = "0.7.3" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" |
| 19 | dependencies = [ |
| 20 | "num_enum_derive", |
| 21 | ] |
| 22 | |
| 23 | [[package]] |
| 24 | name = "num_enum_derive" |
| 25 | version = "0.7.3" |
| 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 | checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" |
| 28 | dependencies = [ |
| 29 | "proc-macro2", |
| 30 | "quote", |
| 31 | "syn", |
| 32 | ] |
| 33 | |
| 34 | [[package]] |
| 35 | name = "proc-macro2" |
| 36 | version = "1.0.89" |
| 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 | checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" |
| 39 | dependencies = [ |
| 40 | "unicode-ident", |
| 41 | ] |
| 42 | |
| 43 | [[package]] |
| 44 | name = "quote" |
| 45 | version = "1.0.37" |
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
| 48 | dependencies = [ |
| 49 | "proc-macro2", |
| 50 | ] |
| 51 | |
| 52 | [[package]] |
| 53 | name = "syn" |
Andrew Walbran | 44029a0 | 2024-11-25 15:34:31 +0000 | [diff] [blame] | 54 | version = "2.0.87" |
Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame] | 55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Andrew Walbran | 44029a0 | 2024-11-25 15:34:31 +0000 | [diff] [blame] | 56 | checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" |
Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame] | 57 | dependencies = [ |
| 58 | "proc-macro2", |
| 59 | "quote", |
| 60 | "unicode-ident", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
Andrew Walbran | 44029a0 | 2024-11-25 15:34:31 +0000 | [diff] [blame] | 64 | name = "thiserror" |
| 65 | version = "2.0.3" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" |
| 68 | dependencies = [ |
| 69 | "thiserror-impl", |
| 70 | ] |
| 71 | |
| 72 | [[package]] |
| 73 | name = "thiserror-impl" |
| 74 | version = "2.0.3" |
| 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 76 | checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" |
| 77 | dependencies = [ |
| 78 | "proc-macro2", |
| 79 | "quote", |
| 80 | "syn", |
| 81 | ] |
| 82 | |
| 83 | [[package]] |
Balint Dobszay | 5bf492f | 2024-07-29 17:21:32 +0200 | [diff] [blame] | 84 | name = "unicode-ident" |
| 85 | version = "1.0.13" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" |
| 88 | |
| 89 | [[package]] |
| 90 | name = "uuid" |
| 91 | version = "1.11.0" |
| 92 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 93 | checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" |