[package] name = "healthchecks" version = "0.1.0" authors = ["Harsh Shandilya "] edition = "2018" description = "Simple library to notify healthchecks.io from inside applications" repository = "https://github.com/msfjarvis/healthchecks-rs" homepage = "https://github.com/msfjarvis/healthchecks-rs" license = "MIT/Apache-2.0" keywords = ["healthchecks.io"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = "1.1.1" uuid = { version = "0.8.1", default-features = false, features = [ "v1" ] } [badges] maintenance = { status = "actively-developed" }