mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-08 00:00:26 +02:00
33 lines
669 B
TOML
33 lines
669 B
TOML
[package]
|
|
|
|
name = "bytes"
|
|
version = "0.2.9"
|
|
license = "MIT"
|
|
authors = ["Carl Lerche <[email protected]>"]
|
|
description = "Types and traits for working with bytes"
|
|
documentation = "https://carllerche.github.io/bytes/bytes"
|
|
homepage = "https://github.com/carllerche/bytes"
|
|
repository = "https://github.com/carllerche/bytes"
|
|
readme = "README.md"
|
|
keywords = ["buffers", "rope", "io"]
|
|
exclude = [
|
|
".gitignore",
|
|
".travis.yml",
|
|
"deploy.sh",
|
|
"bench/**/*",
|
|
"test/**/*"
|
|
]
|
|
|
|
[dev-dependencies]
|
|
rand = "0.3.5"
|
|
|
|
[[bench]]
|
|
|
|
name = "bench"
|
|
path = "bench/bench.rs"
|
|
|
|
[[test]]
|
|
|
|
name = "test"
|
|
path = "test/test.rs"
|