# 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.75" name = "actix-protobuf" version = "0.11.0" authors = [ "kingxsp ", "Yuki Okushi ", ] description = "Protobuf payload extractor for Actix Web" homepage = "https://actix.rs" readme = "README.md" keywords = [ "actix", "web", "protobuf", "protocol", "rpc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-extras" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.actix-web] version = "4" default-features = false [dependencies.derive_more] version = "0.99.7" [dependencies.futures-util] version = "0.3.17" features = ["std"] default-features = false [dependencies.prost] version = "0.13" default-features = false [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.prost] version = "0.13" features = ["prost-derive"] default-features = false [lints.rust.future-incompatible] level = "deny" priority = 0 [lints.rust.nonstandard-style] level = "deny" priority = 0 [lints.rust.rust-2018-idioms] level = "deny" priority = 0