csnmp 0.5.0

Community-based async (Tokio) SNMP client library
Documentation
[dependencies.derivative]
version = "2.2"

[dependencies.from-to-repr]
version = "0.1"

[dependencies.simple_asn1]
version = "0.6"

[dependencies.tokio]
features = ["net", "time"]
version = "1.20"

[dependencies.tracing]
optional = true
version = "0.1"
[dev-dependencies.dhat]
version = "0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1.20"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[package]
description = "Community-based async (Tokio) SNMP client library"
edition = "2021"
keywords = ["snmp", "async", "tokio"]
license = "CC0-1.0"
name = "csnmp"
readme = "README.md"
repository = "https://github.com/RavuAlHemio/csnmp"
version = "0.5.0"