chorus/chorus-macros/Cargo.lock

59 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2023-07-22 11:20:31 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-08-15 16:57:08 +02:00
[[package]]
name = "async-trait"
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-07-22 11:20:31 +02:00
[[package]]
name = "chorus-macros"
version = "0.1.0"
dependencies = [
2023-08-15 16:57:08 +02:00
"async-trait",
2023-07-22 11:20:31 +02:00
"quote",
"syn",
]
[[package]]
name = "proc-macro2"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-08-27 01:00:41 +02:00
version = "1.0.33"
2023-07-22 11:20:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 01:00:41 +02:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2023-07-22 11:20:31 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
2023-08-27 01:00:41 +02:00
version = "2.0.29"
2023-07-22 11:20:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-27 01:00:41 +02:00
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
2023-07-22 11:20:31 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"