[package] name = "bytestring" version = "0.1.3" authors = ["Nikolay Kim "] description = "A UTF-8 encoded string with Bytes as a storage" keywords = ["actix"] homepage = "https://actix.rs" repository = "https://github.com/actix/actix-net.git" documentation = "https://docs.rs/bytestring/" license = "MIT/Apache-2.0" edition = "2018" [lib] name = "bytestring" path = "src/lib.rs" [dependencies] bytes = "0.5.3"