# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nimo" version = "0.3.0" authors = ["Adrian Wannenmacher "] description = "Network Interface MOnitor" readme = "README.md" keywords = ["utility", "tool", "status", "speedtest"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/TeFiLeDo/nimo" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "0.8" [dependencies.figment] version = "0.10" features = ["env", "toml"] [dependencies.fs2] version = "0.4" [dependencies.home] version = "0.5" [dependencies.human-panic] version = "1.0" [dependencies.include_dir] version = "0.6" [dependencies.log] version = "0.4" [dependencies.ron] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.surge-ping] version = "0.2" [dependencies.tokio] version = "1.5" features = ["net", "rt-multi-thread"]