shed/tokio_shim/Cargo.toml (18 lines of code) (raw):

# @generated by autocargo [package] name = "tokio_shim" version = "0.1.0" authors = ["Facebook <opensource+rust-shed@fb.com>"] edition = "2021" readme = "../../README.md" repository = "https://github.com/facebookexperimental/rust-shed/" license = "MIT OR Apache-2.0" [dependencies] futures = { version = "0.3.13", features = ["async-await", "compat"] } pin-project = "0.4.28" thiserror = "1.0.30" tokio_02 = { package = "tokio", version = "0.2.25", features = ["full", "test-util"] } tokio_1x = { package = "tokio", version = "1.15", features = ["full", "test-util", "tracing"] } tokio_1x_stream = { package = "tokio-stream", version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] } [dev-dependencies] anyhow = "1.0.51"