| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| version = 3 |
| |
| [[package]] |
| name = "darling" |
| version = "0.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e" |
| dependencies = [ |
| "darling_core", |
| "darling_macro", |
| ] |
| |
| [[package]] |
| name = "darling_core" |
| version = "0.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621" |
| dependencies = [ |
| "fnv", |
| "ident_case", |
| "proc-macro2", |
| "quote", |
| "strsim", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "darling_macro" |
| version = "0.20.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5" |
| dependencies = [ |
| "darling_core", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "fnv" |
| version = "1.0.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| |
| [[package]] |
| name = "ident_case" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| |
| [[package]] |
| name = "mls-rs-codec-derive" |
| version = "0.1.0" |
| dependencies = [ |
| "darling", |
| "proc-macro2", |
| "quote", |
| "syn", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.71" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" |
| dependencies = [ |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.33" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
| dependencies = [ |
| "proc-macro2", |
| ] |
| |
| [[package]] |
| name = "strsim" |
| version = "0.10.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| |
| [[package]] |
| name = "syn" |
| version = "2.0.43" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53" |
| dependencies = [ |
| "proc-macro2", |
| "quote", |
| "unicode-ident", |
| ] |
| |
| [[package]] |
| name = "unicode-ident" |
| version = "1.0.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |