# 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 = "eodhd_rs" version = "0.2.0" authors = ["Niklas Jona Lohmann "] description = "A community rust wrapper around the EODHD API" homepage = "https://github.com/n-0/eodhd-rs" readme = "README.md" keywords = [ "economics", "stock", "api", "eodhd", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/n-0/eodhd-rs" resolver = "2" [lib] name = "eodhd_rs" path = "src/lib.rs" [dependencies.calamine] version = "0.18.0" features = ["dates"] [dependencies.chrono] version = "0.4.22" [dependencies.env_logger] version = "0.9" [dependencies.futures-signals] version = "0.3.30" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.9" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.17.2" features = ["native-tls"] [dependencies.url] version = "2.0.0"