# 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 = "twelvedata" version = "0.8.1" authors = ["Landon Porter "] description = "A Rust client for the Twelve Data API" documentation = "https://docs.rs/twelvedata" readme = "README.md" keywords = [ "twelvedata", "api", "client", "rust", ] categories = [ "api-bindings", "finance", ] license = "MIT" repository = "https://github.com/mazylol/twelvedata-rs" [dependencies.reqwest] version = "0.11.18" features = [ "json", "default-tls", ] default-features = false [dependencies.serde] version = "1.0.163" features = ["serde_derive"] default-features = false [dependencies.serde_json] version = "1.0.114" default-features = false [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.28.2" features = [ "macros", "rt-multi-thread", ] [features] basic = [] default = ["basic"] enterprise = ["pro"] grow = ["basic"] pro = ["grow"] [badges.maintenance] status = "actively-developed"