]> git.proxmox.com Git - rustc.git/blame - vendor/bytes/Cargo.toml
Merge branch 'mr/1.60.0-1' into 'debian/sid'
[rustc.git] / vendor / bytes / Cargo.toml
CommitLineData
f20569fa
XL
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"
5099ac24
FG
15name = "bytes"
16version = "1.0.1"
17authors = ["Carl Lerche <me@carllerche.com>", "Sean McArthur <sean@seanmonstar.com>"]
18description = "Types and traits for working with bytes"
19documentation = "https://docs.rs/bytes/1.0.1/bytes/"
f20569fa 20readme = "README.md"
5099ac24
FG
21keywords = ["buffers", "zero-copy", "io"]
22categories = ["network-programming", "data-structures"]
f20569fa 23license = "MIT"
5099ac24 24repository = "https://github.com/tokio-rs/bytes"
f20569fa 25[dependencies.serde]
5099ac24
FG
26version = "1.0.60"
27features = ["alloc"]
28optional = true
29default-features = false
30[dev-dependencies.serde_test]
31version = "1.0"
f20569fa
XL
32
33[features]
5099ac24
FG
34default = ["std"]
35std = []
36[target."cfg(loom)".dev-dependencies.loom]
37version = "0.4"