[package] name = "quiverquant" version = "0.2.2" authors = ["Avery Wagar "] repository = "https://github.com/ajmwagar/quiverquant.rs" license = "MIT" readme = "README.md" keywords = ["technical-analysis", "indicators", "trading", "stocks", "finance"] edition = "2018" categories = [ "api-bindings", "asynchronous", "network-programming", "web-programming::http-client", ] description = """ A crate for accessing the QuiverQuant API. """ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.0", features = ["json"] } serde = { version = "1.0.123", features = ["derive"] } log = "0.4.14" chrono = { version = "0.4.19", features = ["serde"] } [dev-dependencies] tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] }