# 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-grpc-codegen" version = "0.2.12" authors = ["Nikolay Kim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GRPC Client/Server framework (codegen)" documentation = "https://docs.rs/ntex-grpc-codegen" readme = "README.md" keywords = ["grpc"] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ntex-rs/ntex-grpc" [[bin]] name = "ntex-grpc" path = "src/main.rs" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.ntex-prost-build] version = "0.11.14"