[package] name = "hetzner-robot-rs" version = "0.0.1-alpha.1" edition = "2021" description = "A rust application to interact with Hetzner's Robot interface." homepage = "https://foursixnine.io/projects/hetzner-robot-rs/" repository = "https://github.com/foursixnine/hetzner-robot-rs" keywords = ["dns", "hetzner"] categories = ["command-line-utilities"] license = "GPL-3.0-only" [badges] maintenance = { status = "experimental,actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.22", features = ["blocking", "json"] } serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108"