[package] name = "gandi-v5-livedns-api" version = "0.1.0" edition = "2021" authors = ["mickybart "] description = "Gandi LiveDNS Api" repository = "https://github.com/mickybart/gandi-v5-rs" readme = "README.md" license = "Apache-2.0" categories = ["asynchronous", "api-bindings"] keywords = ["gandi"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.12.2", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" [dev-dependencies] tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }