# 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 = "2018" name = "vigil-reporter" version = "1.3.0" authors = ["Valerian Saliou "] description = "Vigil Reporter for Rust. Used in pair with Vigil, the Microservices Status Page." homepage = "https://github.com/valeriansaliou/rs-vigil-reporter" readme = "README.md" keywords = [ "vigil", "microservices", "monitoring", "integration", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/valeriansaliou/rs-vigil-reporter.git" [lib] name = "vigil_reporter" [dependencies.base64] version = "0.21" [dependencies.http_req] version = "0.9" features = ["rust-tls"] default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sys-info] version = "0.9" [dev-dependencies.env_logger] version = "0.10"