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