# 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.73.0" name = "quick-protobuf-codec" version = "0.3.1" authors = ["Max Inden "] description = "Asynchronous de-/encoding of Protobuf structs using asynchronous-codec, unsigned-varint and quick-protobuf." keywords = ["networking"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "codec" harness = false [dependencies.asynchronous-codec] version = "0.7.0" [dependencies.bytes] version = "1" [dependencies.quick-protobuf] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.unsigned-varint] version = "0.8.0" features = ["std"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.futures] version = "0.3.28" [lints.clippy] dbg_macro = "warn" manual_let_else = "warn" pedantic = "allow" type_complexity = "allow" unnecessary_wraps = "warn" used_underscore_binding = "warn" [lints.rust] unreachable_pub = "warn"