Files
simple-rust-tests/__misc/smartstring/Cargo.lock
2020-10-17 12:03:44 +08:00

24 lines
620 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "smartstring"
version = "0.1.0"
dependencies = [
"smartstring 0.2.5",
]
[[package]]
name = "smartstring"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5579edba9651e6b9ccf0d516c4457521a149dadeb77e88b03eb1ae3183fe180a"
dependencies = [
"static_assertions",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"