apple-quant-core 0.2.0

Apple Quant's core library.
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 = "apple-quant-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apple Quant's core library."
readme = "README.md"
license = "AGPL-3.0-only"
repository = "https://gitlab.com/apple-quant/apple-quant/"

[features]
default = []
log-verbose = []
profile = ["dep:tracing-tracy"]

[lib]
name = "apple_quant_core"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.chrono]
version = "0.4.45"

[dependencies.colored]
version = "3.1.1"

[dependencies.smallstr]
version = "0.3.1"

[dependencies.smallvec]
version = "1.15.1"
features = ["drain_filter"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.tracing-tracy]
version = "=0.11.4"
optional = true