# 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 = "tradingview" version = "0.1.1" authors = ["Jesper HÃ¥kansson "] description = "Rust bindings for leveraging TradingView functionalities" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/drager/tradingview.git" [dependencies.anyhow] version = "1.0.42" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.either] version = "1.8.1" features = ["serde"] [dependencies.futures] version = "0.3.16" [dependencies.log] version = "0.4.18" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.8.3" [dependencies.reqwest] version = "0.11.4" features = [ "json", "multipart", "cookies", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.typed-builder] version = "0.18.0" [dev-dependencies.httpmock] version = "0.6"