[package]
name = "libdd-tinybytes"
version= "1.0.0"
description = "Tiny implementation of a bytes::Bytes like type that supports AsRef<[u8]>"
homepage = "https://github.com/DataDog/libdatadog/tree/main/libdd-tinybytes"
repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-tinybytes"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
[lib]
bench = false
[dev-dependencies]
once_cell = "1.8"
pretty_assertions = "1.3"
proptest = {version = "1.5", features = ["std"], default-features = false}
test-case = "2.2"
serde_json = "1.0.127"
libdd-tinybytes = { path = ".", features = ["bytes_string", "serialization"] }
rmp-serde = "1.1.1"
[dependencies]
serde = { version = "1.0.209", optional = true }
[features]
bytes_string = []
serialization = ["serde"]