# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ntex-bytes" version = "0.1.27" authors = [ "Nikolay Kim ", "Carl Lerche ", ] description = "Types and traits for working with bytes (bytes crate fork)" documentation = "https://docs.rs/ntex-bytes" readme = "README.md" keywords = [ "buffers", "zero-copy", "io", ] categories = [ "network-programming", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ntex-rs/ntex" [dependencies.bitflags] version = "2" [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0.3" default-features = false [dependencies.serde] version = "1" [dependencies.simdutf8] version = "0.1.4" optional = true [dev-dependencies.ntex] version = "1" features = ["tokio"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_test] version = "1" [features] default = [] mpool = [] simd = ["simdutf8"]