# 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 = "2018" name = "msnmp" version = "0.1.1" authors = ["David Dufresne "] description = "SNMP command line utility" readme = "README.md" keywords = [ "snmp", "snmpv3", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/davedufresne/modern_snmp" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.8" [dependencies.rand] version = "0.7.3" [dependencies.snmp_mp] version = "0.1.0" [dependencies.snmp_usm] version = "0.2.1" [dependencies.structopt] version = "0.3.17"