[package] name = "dnsimple" version = "1.0.0" authors = ["DNSimple External Integrations Team "] edition = "2021" description = "The DNSimple API client for Rust." readme = "README.md" license = "MIT" repository = "https://github.com/dnsimple/dnsimple-rust" keywords = ["DNS", "domain", "management", "automation"] categories = ["api-bindings"] include = ["src/**/*.rs", "README.md", "LICENSE.txt", "CHANGELOG.md"] rust-version = "1.76.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ureq = { version = "2.6", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] } thiserror = "1.0" [dev-dependencies] assert_matches = "1.5" mockito = "= 1.1.0" colored = "= 2.0.0"