# 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" rust-version = "1.59" name = "apcaledge" version = "0.3.1" authors = ["Daniel Mueller "] description = """ A command line tool for exporting trading activity from Alpaca (alpaca.markets) in a Ledger CLI compatible format. """ homepage = "https://github.com/d-e-s-o/apcaledge" readme = "README.md" keywords = [ "cli", "finance", "async", "stocks", "ledger", ] categories = [ "api-bindings", "asynchronous", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/apcaledge.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.66" features = ["std"] default-features = false [dependencies.apca] version = "0.27.0" default-features = false [dependencies.chrono] version = "0.4.23" default-features = false [dependencies.chrono-tz] version = "0.6.1" features = ["std"] default-features = false [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.num-decimal] version = "0.2.1" default-features = false [dependencies.once_cell] version = "1.8" [dependencies.regex] version = "1.5.3" [dependencies.serde_json] version = "1.0" default-features = false [dependencies.structopt] version = "0.3.8" default-features = false [dependencies.tokio] version = "1.0" features = ["rt"] default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", ] default-features = false [dev-dependencies._openssl_unused] version = "0.10.55" package = "openssl"