Newer
Older
# When releasing to crates.io:
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Update doc URL.
# - Create "v0.4.x" git tag.
authors = ["Carl Lerche <me@carllerche.com>"]
description = "Types and traits for working with bytes"
documentation = "https://docs.rs/bytes"
repository = "https://github.com/tokio-rs/bytes"
keywords = ["buffers", "zero-copy", "io"]
categories = ["network-programming", "data-structures"]
serde = { version = "1.0", optional = true }
either = { version = "1.5", default-features = false, optional = true }