healthchecks-rs/healthchecks/Cargo.toml

30 lines
916 B
TOML

[package]
name = "healthchecks"
version = "3.1.4"
authors = ["Harsh Shandilya <me@msfjarvis.dev>"]
edition = "2021"
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"]
readme = "README.md"
include = ["src/**/*", "../LICENSE-*", "README.md"]
rust-version = "1.64.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = ">=1.0.2"
serde = { version = "~1.0.164", default-features = false }
serde_derive = "~1.0.164"
serde_json = "~1.0.99"
ureq = { version = "~2.7.1", features = ["json"] }
uuid = { version = "~1.3.4", default-features = false, features = ["v1"] }
[features]
v2 = []
[badges]
maintenance = { status = "actively-developed" }