# 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 = "alpaca_api_client" version = "0.6.3" authors = ["Jon Karrer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial Alpaca API Client" readme = "README.md" keywords = [ "stocks", "trading", "alpaca", "api", "client", ] categories = ["finance"] license = "MIT/Apache-2.0" repository = "https://github.com/jonkarrer/alpaca_api_client" [lib] name = "alpaca_api_client" path = "src/lib.rs" [[example]] name = "create_order" path = "examples/create_order.rs" [[example]] name = "delete_order" path = "examples/delete_order.rs" [[example]] name = "get_news" path = "examples/get_news.rs" [[example]] name = "get_order" path = "examples/get_order.rs" [[example]] name = "historical_crypto_bars" path = "examples/historical_crypto_bars.rs" [[example]] name = "manage_account" path = "examples/manage_account.rs" [[example]] name = "option_bars" path = "examples/option_bars.rs" [[example]] name = "portfolio_history" path = "examples/portfolio_history.rs" [[example]] name = "positions" path = "examples/positions.rs" [[example]] name = "stock_bars" path = "examples/stock_bars.rs" [[example]] name = "stock_trades" path = "examples/stock_trades.rs" [dependencies.dotenvy] version = "0.15.7" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.ureq] version = "2.10.1" features = ["json"]