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