[package] name = "tdameritrade_rust-async" version = "0.1.0" edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/Lolser9/tdameritrade_rust-async" description = "A Fully Automated Unofficial Asynchronous Rust Library For The TD Ameritrade API" keywords = ["tdameritrade", "api", "trading"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.11", features = ["json"] } tokio = { version = "1", features = ["full"]} serde = { version = "1.0", features = ["derive"]} serde_json = "1.0" thirtyfour = "0.31.0" urlencoding = "2.1.2" itertools = "0.10.4" derive_builder = "0.11.2" chrono = "0.4.22"