fish-shell/fish-rust/widestring-suffix/Cargo.lock

48 lines
1.1 KiB
Text
Raw Normal View History

2023-01-14 22:56:24 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "proc-macro2"
version = "1.0.63"
2023-01-14 22:56:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2023-01-14 22:56:24 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.29"
2023-01-14 22:56:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2023-01-14 22:56:24 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "syn"
version = "1.0.109"
2023-01-14 22:56:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-01-14 22:56:24 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.9"
2023-01-14 22:56:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2023-01-14 22:56:24 +00:00
[[package]]
name = "widestring-suffix"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]