# 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 = "twelve_data" version = "0.3.0" authors = ["Lukas Krejci "] description = "Simple Rust API for accessing the Twelve Data HTTP API (https://twelvedata.com)" homepage = "https://github.com/metlos/twelve_data" readme = "README.md" keywords = [ "twelvedata", "currency", "finance", "stock", "exchange", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/metlos/twelve_data" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_builder] version = "0.20" [dependencies.reqwest] version = "0.12" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.serde_with] version = "3.8" [dependencies.surf] version = "2.3" optional = true [dev-dependencies.tokio] version = "1.38" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [features] default = ["reqwest-client"] reqwest-client = ["reqwest"] surf-client = ["surf"]