[package] name = "bytestring" version = "1.3.0" authors = [ "Nikolay Kim ", "Rob Ede ", ] description = "An immutable UTF-8 encoded string using Bytes as storage" keywords = ["string", "bytes", "utf8", "web", "actix"] categories = ["no-std", "web-programming"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" license = "MIT OR Apache-2.0" edition.workspace = true rust-version.workspace = true [dependencies] bytes = { version = "1.2", default-features = false } serde = { version = "1.0", optional = true } [dev-dependencies] ahash = { version = "0.8", default-features = false } serde_json = "1.0" static_assertions = "1.1"