# 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 = "2021"
name = "RustQuant_trading"
version = "0.3.1"
authors = ["avhz <RustQuantContact@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for quantitative finance."
readme = "README.md"
keywords = [
    "quantitative",
    "finance",
    "option-pricing",
    "monte-carlo",
    "quantlib",
]
categories = [
    "finance",
    "mathematics",
    "science",
    "algorithms",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/avhz/RustQuant"

[package.metadata]
workspace = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--html-in-header",
    "katex.html",
    "--cfg",
    "docsrs",
]

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

[dependencies.time]
version = "0.3.34"
features = ["macros"]

[dev-dependencies]

[lints.clippy]
doc_markdown = "allow"
undocumented_unsafe_blocks = "forbid"

[lints.rust]
missing_docs = "forbid"
non_snake_case = "allow"