[package]
edition = "2024"
rust-version = "1.94.1"
name = "alpaca-time"
version = "0.24.9"
authors = ["Weiming Zhai <wmzhai@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "New York time and US trading-calendar semantics for the alpaca-rust workspace"
homepage = "https://wmzhai.github.io/alpaca-rust/"
documentation = "https://docs.rs/alpaca-time"
readme = "README.md"
keywords = [
"alpaca",
"time",
"calendar",
"trading",
"new-york",
]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wmzhai/alpaca-rust"
resolver = "2"
[lib]
name = "alpaca_time"
path = "src/lib.rs"
[[test]]
name = "canonical_api"
path = "tests/canonical_api.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "interop_and_wrappers"
path = "tests/interop_and_wrappers.rs"
[[test]]
name = "runtime_wrappers"
path = "tests/runtime_wrappers.rs"
[dependencies.chrono]
version = "0.4"
features = [
"clock",
"std",
]
default-features = false
[dependencies.chrono-tz]
version = "0.10"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]