# 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 = "etrade" version = "0.6.0" authors = ["Ivan Porto Carrero "] description = "Wraps the etrade API and implements the oauth flows" readme = "README.md" keywords = [ "quote", "finance", "etrade", "stocks", "stock-options", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/casualjim/rs-etrade" [[bin]] name = "etradectl" path = "src/bin/etradectl/main.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bat] version = "0.22" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.8" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5" [dependencies.libsodium-sys] version = "0" [dependencies.log] version = "0.4" features = ["kv_unstable_std"] [dependencies.oauth] version = "0.6" package = "oauth1-request" [dependencies.oauth-credentials] version = "0.3" features = ["serde"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.prettytable-rs] version = "0.10" [dependencies.quick-xml] version = "0.27" features = ["serialize"] [dependencies.secstr] version = "0.5" features = [ "serde", "libsodium-sys", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.serde_yaml] version = "0.9" [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.pretty_env_logger] version = "0.4" [features] keychain = [ "secret-service", "security-framework", "byteorder", "winapi", ] [target."cfg(target_os = \"linux\")".dependencies.secret-service] version = "3" features = ["rt-tokio-crypto-rust"] optional = true [target."cfg(target_os = \"macos\")".dependencies.security-framework] version = "2" optional = true [target."cfg(target_os = \"macos\")".dev-dependencies.tempfile] version = "3" [target."cfg(target_os = \"windows\")".dependencies.byteorder] version = "1.3" optional = true [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3" features = [ "wincred", "minwindef", ] optional = true