firstrade 0.1.1

A SDK for the Firstrade API
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"
name = "firstrade"
version = "0.1.1"
authors = ["Morris Tai <morristai01@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A SDK for the Firstrade API"
documentation = "https://docs.rs/firstrade"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/morristai/firstrade"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.axum]
version = "0.8.4"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.derive_more]
version = "2.0.1"
features = ["from"]

[dependencies.http]
version = "1.3"

[dependencies.http-serde]
version = "2.1.1"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.pretty_assertions]
version = "1.4.1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.47.0"

[dependencies.typed-builder]
version = "0.21.0"

[dependencies.zeroize]
version = "1.8"
features = ["zeroize_derive"]