# 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 = "juniper-jet" version = "0.1.0-alpha.1" authors = ["Ben Maddison "] description = "Rust client for the Juniper JET gRPC API" readme = "README.md" keywords = [ "juniper", "junos", "jet", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/wolcomm/juniper-jet-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "jet" [[example]] name = "demo-op-cmd" required-features = ["junos-20-4"] [dependencies.prost] version = "^0.11" [dependencies.tonic] version = "^0.9" [dev-dependencies.clap] version = "^4.0" features = ["derive"] [dev-dependencies.clap-verbosity-flag] version = "2.0" [dev-dependencies.log] version = "^0.4" [dev-dependencies.rpassword] version = "^7.0" [dev-dependencies.simple_logger] version = "^4.0" features = ["stderr"] [dev-dependencies.tokio] version = "^1.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tonic] version = "^0.9" features = ["tls"] [dev-dependencies.version-sync] version = "^0.9" [build-dependencies.glob] version = "^0.3" [build-dependencies.prost-build] version = "^0.11" [build-dependencies.regex] version = "^1.0" [build-dependencies.tonic-build] version = "^0.9" [features] default = ["latest"] junos-19-1 = [] junos-19-2 = [] junos-19-3 = [] junos-19-4 = [] junos-20-1 = [] junos-20-2 = [] junos-20-3 = [] junos-20-4 = [] junos-21-1 = [] junos-21-2 = [] junos-21-3 = [] junos-21-4 = [] junos-22-2 = [] junos-22-3 = [] junos-22-4 = [] junos-23-1 = [] latest = ["junos-23-1"]