# 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 = "prosto" version = "0.6.4" authors = ["Andrey Kuznetsov "] description = "Compress prost! messages with zstd, optional tokio channels support" homepage = "https://github.com/onsails/prosto" documentation = "https://docs.rs/prosto" keywords = ["protocol-buffers", "protobuf", "prost", "zstd", "streams"] categories = ["compression"] license-file = "LICENSE.txt" repository = "https://github.com/onsails/prosto" [dependencies.anyhow] version = "1.0" optional = true [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" optional = true [dependencies.prost] version = "0.9" [dependencies.prost-types] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.zstd] version = "0.9" [features] default = ["enable-async"] enable-async = ["futures", "anyhow"]