[package] name = "byteview" description = "Thin, immutable zero-copy slice type" license = "MIT OR Apache-2.0" version = "0.2.0" edition = "2021" rust-version = "1.74" readme = "README.md" include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"] repository = "https://github.com/marvin-j97/byteview" categories = ["data-structures"] keywords = ["german-string", "string-view", "byte-slice"] [lib] [features] default = [] serde = ["dep:serde"] [dependencies] serde = { version = "1.0.208", optional = true } [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } nanoid = "0.4.0" rand = "0.8.5" [[bench]] name = "bench" harness = false