# 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 = "tonic-openssl" version = "0.3.0" authors = ["Lucio Franco "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A OpenSSL wrapper for tonic." documentation = "https://docs.rs/tonic-openssl/0.3.0/tonic_openssl" readme = "README.md" keywords = [ "gRPC", "tls", "openssl", ] categories = [ "web-programming", "network-programming", ] license = "MIT" repository = "https://github.com/LucioFranco/tonic-openssl" [lib] name = "tonic_openssl" path = "src/lib.rs" [dependencies.async-stream] version = "0.3" [dependencies.futures] version = "0.3" default-features = false [dependencies.hyper] version = "1.5" [dependencies.hyper-util] version = "0.1" [dependencies.openssl] version = "0.10" [dependencies.tokio] version = "1" [dependencies.tokio-openssl] version = "0.6" [dependencies.tonic] version = "0.12" [dependencies.tower] version = "0.5" [dependencies.tracing] version = "0.1"