finquant 0.0.57

Experimental Rust Quant 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"
rust-version = "1.95"
name = "finquant"
version = "0.0.57"
authors = [
    "Jeremy Wang <j.wang@quantransform.co.uk>",
    "David Steiner <david_j_steiner@yahoo.co.nz>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Experimental Rust Quant Library"
readme = "README.md"
keywords = [
    "quant",
    "calendar",
    "market-risks",
    "rates",
    "derivatives",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/quantransform/finquant"

[features]

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

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

[dependencies.iso_currency]
version = "0.5.3"
features = ["with-serde"]

[dependencies.lazy_static]
version = "1.4"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.roots]
version = "0.0.8"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.statrs]
version = "0.18"

[dependencies.strum]
version = "0.27.2"

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.typetag]
version = "0.2.20"

[dev-dependencies.cargo-husky]
version = "1.5.0"

[dev-dependencies.rstest]
version = "0.26.1"