1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "tinyvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-normalization"
version = "0.1.25"
dependencies = [
"tinyvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum tinyvec 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
"checksum tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|