[package] name = "bot-http" version = "0.2.0" edition = "2021" authors = ["seth "] description = "HTTP client for nixpkgs-tracker-bot" repository = "https://github.com/getchoo/nixpkgs-tracker-bot" publish = false [dependencies] log = { workspace = true } reqwest = { version = "0.12.4", default-features = false, features = ["charset", "http2", "rustls-tls", "json"] } serde = { version = "1.0.203", features = ["derive"] } [lints.rust] unsafe_code = "forbid" [lints.clippy] complexity = "warn" correctness = "deny" pedantic = "warn" perf = "warn" style = "warn" suspicious = "deny"