# 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] name = "rs-crisp-status-reporter" version = "1.0.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.log] version = "0.4" [dependencies.reqwest] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sys-info] version = "0.5" [dev-dependencies.env_logger] version = "0.5" [badges.travis-ci] branch = "master" repository = "crisp-im/rs-crisp-status-reporter"