shed/netstring/Cargo.toml (17 lines of code) (raw):
# @generated by autocargo
[package]
name = "netstring"
version = "0.1.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
edition = "2021"
description = "Tokio based implementation of netstrings"
readme = "../../README.md"
repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1.0.51"
bytes = { version = "1.1", features = ["serde"] }
thiserror = "1.0.30"
tokio-util = { version = "0.6", features = ["full"] }
[dev-dependencies]
quickcheck = "1.0"