orcast 0.1.2

Lean Alpaca options trading client scaffolding (paper-first, Level 3-ready)
Documentation
[[bin]]
name = "orcast"
path = "src/main.rs"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dev-dependencies.httpmock]
version = "0.7"

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

[package]
authors = ["Orcast Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "api-bindings"]
description = "Lean Alpaca options trading client scaffolding (paper-first, Level 3-ready)"
edition = "2024"
exclude = ["docs/**", "examples/**", "tests/**", "target/**", ".github/**", ".idea/**", ".vscode/**", "scripts/**", "images/**", "Cargo.lock", ".gitignore", "*.orig"]
keywords = ["alpaca", "options", "trading", "client", "rust"]
license = "MIT"
name = "orcast"
readme = "README.md"
repository = "https://github.com/yourusername/orcast"
version = "0.1.2"