# 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-api-proxy" version = "0.1.1" authors = ["vkill "] description = "Linode API Proxy" homepage = "https://github.com/bk-rs/linode-rs" documentation = "https://docs.rs/linode-api-proxy" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/linode-rs" resolver = "1" [dependencies.axum] version = "0.6" features = [ "tokio", "http1", "json", "query", ] default_features = false [dependencies.axum-request-send] version = "0.1" features = ["impl_reqwest"] default_features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.http-body-to-bytes] version = "0.1" default_features = false [dependencies.hyper-body-to-bytes] version = "0.1" [dependencies.linode-api] version = "0.1" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.12" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [dependencies.wrapping-macro] version = "0.2"