# 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 = "tradestation" version = "0.0.4" authors = ["Antonio Hickey "] build = false exclude = ["/.github/"] include = [ "README.md", "src/**/*", "examples/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An ergonomic Rust client for the TradeStation API." homepage = "https://crates.io/crates/tradestation" documentation = "https://docs.rs/tradestation/latest/tradestation/index.html" readme = "README.md" keywords = [ "tradestation", "finance", "quant", "trading", ] license = "MIT" repository = "https://github.com/antonio-hickey/tradestation-rs" [lib] name = "tradestation" path = "src/lib.rs" [[example]] name = "account" path = "examples/account.rs" [[example]] name = "execution" path = "examples/execution.rs" [[example]] name = "market_data" path = "examples/market_data.rs" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tokio] version = "1" features = ["full"]