[package] name = "embedrs-bytes" version = "0.4.6" license = "MIT/Apache-2.0" authors = ["Carl Lerche "] description = "Types and traits for working with bytes" documentation = "https://docs.rs/embedrs-bytes" homepage = "https://github.com/embedrs/bytes" repository = "https://github.com/embedrs/bytes" readme = "README.md" keywords = ["buffers", "zero-copy", "io", "no-std"] exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "bench/**/*", "test/**/*" ] categories = ["network-programming", "data-structures", "no-std"] [dependencies] byteorder = "1.0.0" serde = { version = "1.0", optional = true } [dependencies.iovec] version = "0.1" optional = true [dev-dependencies] serde_test = "1.0" [features] alloc = [] nightly = ["alloc"] std = ["alloc", "iovec"]