# 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 = "tusk" version = "0.0.1" authors = ["Aaron George "] exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"] description = "Tusk is a monitoring agent/server" readme = "README.md" keywords = ["tusk", "monitoring"] license = "MPL-2.0" repository = "https://github.com/icedrift/tusk.git" [dependencies.actix-web] version = "0.7.19" [dependencies.bincode] version = "1.1.4" [dependencies.clap] version = "2.33.0" [dependencies.crossbeam] version = "0.7.1" [dependencies.env_logger] version = "0.6.1" [dependencies.failure] version = "0.1.5" [dependencies.log] version = "0.4.6" [dependencies.rand] version = "0.6.5" [dependencies.serde] version = "1.0.91" features = ["derive"] [dependencies.serde_json] version = "1.0.39" [dependencies.serde_yaml] version = "0.8.9" [dev-dependencies.criterion] version = "0.2.11" [badges.codecov] branch = "master" repository = "icedrift/tusk" service = "github" [badges.travis-ci] branch = "master" repository = "icedrift/tusk"