• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "bytes"
16version = "1.1.0"
17authors = ["Carl Lerche <me@carllerche.com>", "Sean McArthur <sean@seanmonstar.com>"]
18description = "Types and traits for working with bytes"
19readme = "README.md"
20keywords = ["buffers", "zero-copy", "io"]
21categories = ["network-programming", "data-structures"]
22license = "MIT"
23repository = "https://github.com/tokio-rs/bytes"
24[package.metadata.docs.rs]
25rustdoc-args = ["--cfg", "docsrs"]
26[dependencies.serde]
27version = "1.0.60"
28features = ["alloc"]
29optional = true
30default-features = false
31[dev-dependencies.serde_test]
32version = "1.0"
33
34[features]
35default = ["std"]
36std = []
37[target."cfg(loom)".dev-dependencies.loom]
38version = "0.5"
39