# 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 = "netidx-sysinfo" version = "0.1.4" description = "Publishes top-like stats from sysinfo into netidx" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.netidx] version = "^0.26" [dependencies.netidx-core] version = "^0.26" [dependencies.netidx-tools-core] version = "^0.26" [dependencies.structopt] version = "0.3" [dependencies.sysinfo] version = "0.29" [dependencies.tokio] version = "1" features = ["full"]