alpaca-facade 0.24.9

High-level convenience facades built on top of the alpaca-rust workspace crates
Documentation
# 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 = "2024"
rust-version = "1.94.1"
name = "alpaca-facade"
version = "0.24.9"
authors = ["Weiming Zhai <wmzhai@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level convenience facades built on top of the alpaca-rust workspace crates"
homepage = "https://wmzhai.github.io/alpaca-rust/"
documentation = "https://docs.rs/alpaca-facade"
readme = "README.md"
keywords = [
    "alpaca",
    "sdk",
    "market-data",
    "trading",
    "options",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wmzhai/alpaca-rust"
resolver = "2"

[lib]
name = "alpaca_facade"
path = "src/lib.rs"

[[test]]
name = "live"
path = "tests/live.rs"

[[test]]
name = "request"
path = "tests/request.rs"

[[test]]
name = "workspace_smoke"
path = "tests/workspace_smoke.rs"

[dependencies.alpaca-core]
version = "0.24.9"

[dependencies.alpaca-data]
version = "0.24.9"

[dependencies.alpaca-option]
version = "0.24.9"

[dependencies.alpaca-time]
version = "0.24.9"

[dependencies.alpaca-trade]
version = "0.24.9"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.rust_decimal]
version = "1.41"
features = [
    "serde-with-arbitrary-precision",
    "std",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dotenvy]
version = "0.15"