# 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 = "snmp_usm" version = "0.2.1" authors = ["David Dufresne "] description = "Implementation of the User-based Security Model (USM) for Simple Network Management Protocol (SNMP) version 3." readme = "README.md" keywords = [ "snmp", "snmpv3", "usm", "security", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/davedufresne/modern_snmp" [dependencies.aes] version = "0.8.2" [dependencies.block-modes] version = "0.5.0" [dependencies.cfb-mode] version = "0.8.2" [dependencies.des] version = "0.4.0" [dependencies.hmac] version = "0.8.1" [dependencies.md-5] version = "0.9.1" [dependencies.sha-1] version = "0.9.1" [dependencies.yasna] version = "0.3.2"