# 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 = "schwab_api" version = "0.0.3-alpha.1" authors = ["zWindr "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An unofficial rust library for Schwab API" readme = "README.md" keywords = [ "schwab", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/z-Wind/schwab_api" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "schwab_api" path = "src/lib.rs" [dependencies.async-channel] version = "2.3" [dependencies.axum] version = "0.7" features = ["macros"] [dependencies.axum-server] version = "0.7" features = ["tls-rustls-no-provider"] [dependencies.chrono] version = "0.4" features = [ "serde", "clock", ] [dependencies.derive_builder] version = "0.20" [dependencies.dirs] version = "5.0" [dependencies.governor] version = "0.6" [dependencies.http] version = "1.1" [dependencies.oauth2] version = "=5.0.0-alpha.4" [dependencies.open] version = "5" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3.9" features = ["chrono_0_4"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dependencies.url] version = "2.5" [dependencies.urlencoding] version = "2.1" [dev-dependencies.assert-json-diff] version = "2.0" [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.mockito] version = "1.5" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.tower] version = "0.5" features = ["util"] [features] danger = [] test_online = []