# 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 = "crisp-status-reporter" version = "1.4.0" authors = ["Valerian Saliou "] description = "Crisp Status Reporter for Rust." homepage = "https://github.com/crisp-im/rs-crisp-status-reporter" readme = "README.md" keywords = [ "crisp", "microservices", "monitoring", "integration", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/crisp-im/rs-crisp-status-reporter.git" [lib] name = "crisp_status_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"