# 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 = "netassert" version = "0.0.1" description = "A network configuration validation tool" keywords = [ "network", "cli", "validate", "assert", "test", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/kbknapp/netassert-rs" resolver = "2" [profile.bench] lto = true codegen-units = 1 [profile.test] opt-level = 1 [dependencies.anyhow] version = "1.0.59" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.20.1" features = [ "time", "rt", "sync", "macros", "signal", "rt-multi-thread", ] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.34" [dependencies.tracing-futures] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.11" features = ["env-filter"]