# 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 = "csnmp" version = "0.6.0" description = "Community-based async (Tokio) SNMP client library" readme = "README.md" keywords = [ "snmp", "async", "tokio", ] license = "CC0-1.0" repository = "https://github.com/RavuAlHemio/csnmp" [dependencies.derivative] version = "2.2" [dependencies.from-to-repr] version = "0.2" [dependencies.simple_asn1] version = "0.6" [dependencies.tokio] version = "1.35" features = [ "net", "time", ] [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.dhat] version = "0.3" [dev-dependencies.tokio] version = "1.35" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3"