# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pi-hole-api" version = "0.3.3" authors = ["Connor Holloway "] description = "Library for interacting with the Pi Hole PHP API" readme = "README.md" keywords = [ "pi-hole", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Scratchcat1/pi-hole-api" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.serde_repr] version = "0.1" [dependencies.serde_tuple] version = "0.5" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.ureq] version = "2.5" features = ["json"] [dependencies.url] version = "2.2" [dev-dependencies.serial_test] version = "0.8.0" [dev-dependencies.test-context] version = "0.1.3" [dev-dependencies.trust-dns-resolver] version = "0.21.2"