[package] name = "trade_vision" version = "0.1.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Unofficial API for TradingView" homepage = "https://github.com/Hysterelius/trade_vision" repository = "https://github.com/Hysterelius/trade_vision" documentation = "https://docs.rs/trade_vision/latest/trade_vision/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.91" regex = "1.7.0" tungstenite = {version = "0.19.0", features = ["rustls-tls-native-roots"]} tokio-tungstenite = {version = "0.19.0", features = ["rustls-tls-native-roots"]} http = "0.2.8" rand = "0.8.5" futures-util = "0.3.25" # macro_rules_attribute = "^0.2.0"