# 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" version = "0.7.1" authors = ["Nikolay Kim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GRPC Client/Server framework" documentation = "https://docs.rs/ntex-grpc" readme = "README.md" keywords = ["grpc"] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ntex-rs/ntex-grpc" [lib] name = "ntex_grpc" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.ntex-bytes] version = "0.1" [dependencies.ntex-grpc-derive] version = "0.7" [dependencies.ntex-h2] version = "1" [dependencies.ntex-http] version = "0.1" [dependencies.ntex-io] version = "2" [dependencies.ntex-rt] version = "0.4" [dependencies.ntex-service] version = "3" [dependencies.ntex-util] version = "2" [dependencies.pin-project-lite] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.env_logger] version = "0.11" default-features = false [dev-dependencies.ntex] version = "2" features = [ "openssl", "tokio", ] [dev-dependencies.openssl] version = "0.10"