# 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 = "upcloud-rs" version = "0.1.4" authors = ["segler "] description = "A pure Rust Upcloud API binding." homepage = "https://gitlab.com/deploy-robot/upcloud" documentation = "https://docs.rs/upcloud-rs" readme = "README.md" keywords = [ "Upcloud", "IaaS", "API", ] categories = [ "development-tools", "api-bindings", ] license = "MIT" repository = "https://gitlab.com/deploy-robot/upcloud" [[example]] name = "upcloud-cli" required-features = ["blocking"] [[example]] name = "upcloud-cli-async" required-features = [] [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.190" 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"