# 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 = "snmptools" version = "0.0.11" authors = ["Sergei S. "] description = "SNMP common tools" readme = "README.md" keywords = [ "snmp", "mib", "tools", ] license = "Apache-2.0" repository = "https://github.com/alttch/snmptools" [package.metadata.docs.rs] features = ["static"] [package.metadata.playground] features = ["static"] [lib] name = "snmptools" path = "src/lib.rs" [dependencies.der-parser] version = "6.0.0" features = ["bigint"] [dependencies.libloading] version = "0.7.3" optional = true [dependencies.netsnmp-sys-nocrypto] version = "0.1.3" optional = true [dependencies.once_cell] version = "1.12.0" optional = true [features] dynamic = [ "libloading", "once_cell", ] static = ["netsnmp-sys-nocrypto"]