# 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 = "vultr" version = "0.3.3" authors = ["segler "] description = "A pure Rust Vultr API binding." homepage = "https://gitlab.com/deploy-robot/vultr" documentation = "https://docs.rs/crate/vultr/" readme = "README.md" keywords = [ "Vultr", "IaaS", "API", ] categories = [ "development-tools", "api-bindings", ] license = "MIT" repository = "https://gitlab.com/deploy-robot/vultr" [[example]] name = "vultr-cli" required-features = ["blocking"] [[example]] name = "vultr-cli-async" required-features = [] [dependencies.reqwest] version = "0.11.22" features = ["json"] default-features = false [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dev-dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [features] blocking = ["reqwest/blocking"] brotli = ["reqwest/brotli"] default = ["nativetls"] default-rustls = ["rustls"] deflate = ["reqwest/deflate"] gzip = ["reqwest/gzip"] nativetls = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"] [badges.maintenance] status = "experimental"