shed/fbthrift_ext/framed/Cargo.toml (19 lines of code) (raw):
# @generated by autocargo
[package]
name = "fbthrift_framed"
version = "0.1.0"
authors = ["Facebook <opensource+rust-shed@fb.com>"]
edition = "2021"
description = "fbthrift extensions for framed transport"
readme = "../../../../README.md"
repository = "https://github.com/facebookexperimental/rust-shed/"
license = "MIT OR Apache-2.0"
[lib]
path = "lib.rs"
[dependencies]
byteorder = "1.3"
bytes = { version = "1.1", features = ["serde"] }
tokio-util = { version = "0.6", features = ["full"] }
[dev-dependencies]
futures = { version = "0.3.13", features = ["async-await", "compat"] }
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }