[build-dependencies.tonic-build]
version = "0.11.0"
[dependencies.prost]
version = "0.12.3"
[dependencies.thiserror]
version = "1.0.56"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.35.1"
[dependencies.tonic]
features = ["transport", "tls", "tls-roots"]
version = "0.11.0"
[lib]
doctest = false
[package]
authors = ["Leon Lux <leon-niklas.lux@informatik.hs-fulda.de>"]
categories = ["network-programming", "asynchronous"]
description = "An asynchrounous gNMI client to interact with and manage network devices.\n"
edition = "2021"
homepage = "https://github.com/Lachstec/ginmi"
keywords = ["grpc", "async", "gnmi", "network-automation"]
license = "MIT OR Apache-2.0"
name = "ginmi"
readme = "./README.md"
repository = "https://github.com/Lachstec/ginmi"
version = "0.1.0"