[package] name = "good-notifier" version = "0.1.102" edition = "2021" license = "MIT" description = "A good notifier for telegram and slack, and creating json logs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.72" reqwest = {version = "0.11.18", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.104" tokio = { version = "1.29.1", features = ["full"] } url = "2.4.0"