[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0.105"
[dev-dependencies.serde_derive]
version = "1.0.105"
[dev-dependencies.serde_json]
version = "1.0"
[features]
const_fn = []
default = []
impl_serde = ["serde"]
[package]
authors = ["Maciej Hirsz <hello@maciej.codes>"]
categories = ["no-std", "memory-management"]
description = "More compact Cow"
documentation = "https://docs.rs/beef/"
edition = "2018"
keywords = ["cow", "borrow", "str", "slice"]
license = "MIT OR Apache-2.0"
name = "beef"
readme = "./README.md"
repository = "https://github.com/maciejhirsz/beef"
version = "0.5.2"
[profile.bench]
codegen-units = 1
debug = false
debug-assertions = false
lto = "fat"
opt-level = 3