# 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 = "uption" version = "0.6.6" authors = [ "Olli Paakkunainen ", "Adarsh Krishnan ", ] exclude = [".github/*"] description = """ A tool to collect and export network performance metrics on Linux devices. """ homepage = "https://github.com/uption/uption" documentation = "https://github.com/uption/uption/wiki" readme = "README.md" keywords = [ "network", "wifi", "metrics", ] license = "MIT" repository = "https://github.com/uption/uption" [package.metadata.deb] assets = [ [ "target/release/uption", "/usr/bin/", "755", ], [ "uption.toml", "/etc/uption/", "644", ], [ "build/uption.service", "/etc/systemd/system/", "644", ], ] conf-files = [ "/etc/uption/uption.toml", "/etc/systemd/system/uption.service", ] depends = "libgcc1, libc6, systemd" license-file = ["LICENSE"] priority = "optional" section = "utils" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.config] version = "0.13" [dependencies.crossbeam-channel] version = "0.5" [dependencies.ctrlc] version = "3.2" [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4" [dependencies.netlink_wi] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.7" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "native-tls-vendored", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.trust-dns-client] version = "0.22" default-features = false [dependencies.url] version = "2.3" features = ["serde"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.mockito] version = "0.32" [dev-dependencies.rstest] version = "0.16"