# 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 = "alpha_vantage" version = "0.11.0" authors = ["Saurav Sharma "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Wrapper/Crate built for AlphaVantage API" homepage = "https://github.com/iamsauravsharma/alpha_vantage" readme = "README.MD" keywords = [ "alphavantage", "currency", "finance", "stock", "exchange", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/iamsauravsharma/alpha_vantage" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "alpha_vantage" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.reqwest] version = "0.12.7" features = ["rustls-tls"] optional = true default-features = false [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ] [features] default = ["reqwest-client"] reqwest-client = ["reqwest"]