[dependencies.bytes]
default-features = false
version = "1.2"
[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.ahash]
default-features = false
version = "0.8"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.static_assertions]
version = "1.1"
[lib]
name = "bytestring"
path = "src/lib.rs"
[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "web-programming"]
description = "A UTF-8 encoded read-only string using `Bytes` as storage"
edition = "2021"
homepage = "https://actix.rs"
keywords = ["string", "bytes", "utf8", "web", "bytestring"]
license = "MIT OR Apache-2.0"
name = "bytestring"
readme = "README.md"
repository = "https://github.com/actix/actix-net"
rust-version = "1.71.1"
version = "1.4.0"
[package.metadata.cargo_check_external_types]
allowed_external_types = ["bytes::*", "serde::*"]