# 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" rust-version = "1.60.0" name = "prost-codec" version = "0.3.0" authors = ["Max Inden "] description = "Asynchronous de-/encoding of Protobuf structs using asynchronous-codec, unsigned-varint and prost." keywords = ["networking"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] rustc-args = [ "--cfg", "docsrs", ] [dependencies.asynchronous-codec] version = "0.6" [dependencies.bytes] version = "1" [dependencies.prost] version = "0.11" [dependencies.thiserror] version = "1.0" [dependencies.unsigned-varint] version = "0.7" features = ["asynchronous_codec"] [dev-dependencies.prost-build] version = "0.11"