# 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-native-tls" version = "0.1.3" description = "native-tls for tonic" homepage = "https://github.com/BratSinot/tonic-native-tls" readme = "README.md" keywords = [ "http", "grpc", "service", ] categories = ["web-programming"] license = "Apache-2.0" repository = "https://github.com/BratSinot/tonic-native-tls" [dependencies.async-stream] version = "0.3.3" [dependencies.axum] version = "0.5.16" optional = true default-features = false [dependencies.futures-util] version = "0.3.24" [dependencies.native-tls] version = "0.2.10" optional = true [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.tokio-native-tls] version = "0.3.0" [dependencies.tonic] version = "0.8.2" features = ["transport"] optional = true default-features = false [dependencies.tracing] version = "0.1.37" optional = true default-features = false [features] vendored = ["native-tls/vendored"]