# 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" rust-version = "1.67.0" name = "healthchecks" version = "3.1.7" authors = ["Harsh Shandilya "] include = [ "src/**/*", "../LICENSE-*", "README.md", ] description = "Simple library to notify healthchecks.io from inside applications" homepage = "https://github.com/msfjarvis/healthchecks-rs" readme = "README.md" keywords = ["healthchecks"] license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/healthchecks-rs" [dependencies.serde] version = "1.0.200" default-features = false [dependencies.serde_derive] version = "1.0.200" [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = ">=1.0.2" [dependencies.ureq] version = "2.9.7" features = ["json"] [dependencies.uuid] version = "1.8.0" features = ["v1"] default-features = false [features] v2 = [] v3 = ["v2"] [badges.maintenance] status = "actively-developed"