# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "async-prost" version = "0.4.0" authors = ["Tyr Chen "] description = """ """ homepage = "https://github.com/tyrchen/async-prost" documentation = "https://docs.rs/async-prost" readme = "README.md" keywords = [] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/async-prost" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.1.0" [dependencies.either] version = "1.6.1" [dependencies.futures-core] version = "0.3.21" [dependencies.futures-sink] version = "0.3.21" [dependencies.prost] version = "0.10.4" [dependencies.serde] version = "1.0.137" [dependencies.tokio] version = "1.18.2" features = ["net"] [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.futures-util] version = "0.3.21" [dev-dependencies.slab] version = "0.4.6" [dev-dependencies.tokio] version = "1.18.2" features = ["full"] [dev-dependencies.tokio-tower] version = "0.6.0" [dev-dependencies.tower] version = "0.4.12" features = ["full"]