# 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 = "ifstat-rs" version = "3.0.0" authors = ["spezifisch "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to report network interface statistics." readme = "README.md" license = "MIT" repository = "https://github.com/spezifisch/ifstat-rs" [lib] name = "ifstat_rs" path = "src/lib.rs" [[bin]] name = "ifstat-rs" path = "src/main.rs" [[test]] name = "command_line_options_tests" path = "tests/command_line_options_tests.rs" [[test]] name = "edge_cases_tests" path = "tests/edge_cases_tests.rs" [[test]] name = "parse_net_dev_stats_tests" path = "tests/parse_net_dev_stats_tests.rs" [[test]] name = "print_headers_tests" path = "tests/print_headers_tests.rs" [[test]] name = "print_stats_tests" path = "tests/print_stats_tests.rs" [[test]] name = "version_output_tests" path = "tests/version_output_tests.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.indexmap] version = "2.3.0" [dependencies.lazy_static] version = "1.5" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.22" [dependencies.os_pipe] version = "1.2.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.11.0" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.vergen] version = "8.3.2" features = [ "build", "cargo", "git", "gitcl", "rustc", ] [target."cfg(windows)".dependencies.widestring] version = "1.1" [target."cfg(windows)".dependencies.windows] version = "0.58.0" features = [ "Win32_Foundation", "Win32_Networking", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", ]