stroka 1.0.0-beta.4

Small String optimization
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "minivec"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2485db5de8046822eec8897b7779dce1b27af6a856cde7abd3a23e394f437d94"

[[package]]
name = "serde"
version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"

[[package]]
name = "str-buf"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4632e2900cdc0ad204560deadf59707586fc69c87e7452107e57030d140aec4a"

[[package]]
name = "stroka"
version = "1.0.0-beta.4"
dependencies = [
 "minivec",
 "serde",
 "str-buf",
]