# 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 = "2021" name = "prost-stream" version = "0.1.2" authors = ["hangj "] exclude = [ "/.github/*", "/.gitattributes", "/appveyor.yml", "/Changelog.md", "/clippy.toml", "/codecov.yml", ] description = "prost stream" documentation = "https://docs.rs/prost-stream/" readme = "README.md" keywords = [ "prost", "prost-stream", "async-prost", ] license = "MIT" repository = "https://github.com/hangj/prost-stream" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.prost] version = "0.12.3" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["io-util"] optional = true [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.tokio] version = "1.34.0" features = ["full"] [features] async = ["dep:tokio"] default = []