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