# 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-api" version = "0.1.0" authors = ["yybit "] description = "rust library for rust api client" homepage = "https://github.com/yybit/vultr-api" readme = "README.md" keywords = ["vultr"] license = "MIT" repository = "https://github.com/yybit/vultr-api" [dependencies.anyhow] version = "1.0.75" optional = true [dependencies.reqwest] version = "0.11.22" features = ["json"] optional = true [dependencies.serde] version = "1.0.193" [dependencies.serde_derive] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] client = [ "serde_json", "anyhow", "reqwest", ]