# 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 = "ntex-prost-build" version = "0.11.14" authors = [ "Dan Burkert ", "Tokio Contributors ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Protocol Buffers implementation for the Rust Language." documentation = "https://docs.rs/ntex-prost-build" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ntex-rs/ntex-grpc" [lib] name = "ntex_prost_build" path = "src/lib.rs" [dependencies.heck] version = "0.4" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.multimap] version = "0.8" default-features = false [dependencies.once_cell] version = "1.9" [dependencies.prost] version = "0.11" default-features = false [dependencies.prost-types] version = "0.11" default-features = false [dependencies.regex] version = "1.5.5" features = [ "std", "unicode-bool", ] default-features = false [dependencies.tempfile] version = "3" [dev-dependencies.env_logger] version = "0.11" default-features = false [build-dependencies.cfg-if] version = "1" [build-dependencies.cmake] version = "0.1" [build-dependencies.which] version = "4" default-features = false [features] default = [] vendored = []