# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "porkbun-rs" version = "0.1.0" authors = ["Rodrigo Sanabria ", "Kevin López "] description = "Porkbun API client" readme = "README.md" keywords = ["porkbun", "api", "client"] categories = ["web-programming::http-client", "api-bindings"] license = "MIT" repository = "https://github.com/muchobien/porkbun-rs" [dependencies.async-trait] version = "~0.1" optional = true [dependencies.bytes] version = "~1.0" [dependencies.chrono] version = "~0.4" features = ["serde"] [dependencies.derive_builder] version = "~0.10" [dependencies.futures-util] version = "0.3.15" optional = true default-features = false [dependencies.http] version = "~0.2" [dependencies.itertools] version = "~0.10" optional = true [dependencies.log] version = "~0.4.14" [dependencies.reqwest] version = "~0.11.0" features = ["blocking", "json"] optional = true [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "^1.0.25" optional = true [dependencies.url] version = "^2.2" [dev-dependencies.eyre] version = "0.6" [dev-dependencies.itertools] version = "~0.10" [dev-dependencies.tokio] version = "1.6" features = ["macros", "rt-multi-thread"] [features] client_api = ["async-trait", "thiserror", "reqwest", "futures-util", "itertools"] default = ["client_api"]