1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "bytes" 15version = "1.5.0" 16authors = [ 17 "Carl Lerche <me@carllerche.com>", 18 "Sean McArthur <sean@seanmonstar.com>", 19] 20description = "Types and traits for working with bytes" 21readme = "README.md" 22keywords = [ 23 "buffers", 24 "zero-copy", 25 "io", 26] 27categories = [ 28 "network-programming", 29 "data-structures", 30] 31license = "MIT" 32repository = "https://github.com/tokio-rs/bytes" 33 34[package.metadata.docs.rs] 35rustdoc-args = [ 36 "--cfg", 37 "docsrs", 38] 39 40[dependencies.serde] 41version = "1.0.60" 42features = ["alloc"] 43optional = true 44default-features = false 45 46[dev-dependencies.serde_test] 47version = "1.0" 48 49[features] 50default = ["std"] 51std = [] 52 53[target."cfg(loom)".dev-dependencies.loom] 54version = "0.5" 55