# 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 = "ginmi" version = "0.1.3" authors = ["Leon Lux "] description = """ An asynchrounous gNMI client to interact with and manage network devices. """ homepage = "https://github.com/Lachstec/ginmi" readme = "./README.md" keywords = [ "grpc", "async", "gnmi", "network-automation", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lachstec/ginmi" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] doctest = false [dependencies.http] version = "0.2.0" [dependencies.hyper] version = "0.14" features = ["http2"] [dependencies.hyper-rustls] version = "0.24.0" features = ["http2"] optional = true [dependencies.prost] version = "0.12.3" [dependencies.rustls-pemfile] version = "1" optional = true [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.35.1" features = [ "rt-multi-thread", "macros", ] [dependencies.tokio-rustls] version = "0.24.0" features = ["dangerous_configuration"] optional = true [dependencies.tonic] version = "0.11.0" features = [ "transport", "tls", "tls-roots", ] [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.4" optional = true [dependencies.tower-service] version = "0.3.2" [dev-dependencies.tokio-test] version = "0.4.3" [build-dependencies.tonic-build] version = "0.11.0" [features] dangerous_configuration = [ "dep:hyper-rustls", "tower-http/util", "tower-http/add-extension", "dep:rustls-pemfile", "dep:tokio-rustls", ]