# 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 = "2021" name = "cliflare" version = "0.4.3" authors = ["@davepmiller"] exclude = [".github"] description = "A command line tool used to interact with Cloudflare APIs" homepage = "https://github.com/davepmiller/cliflare" readme = "README.md" keywords = [ "cli", "cloudflare", "dns", "web", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/davepmiller/cliflare" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", "multipart", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dev-dependencies.mockito] version = "1.2.0"