# 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 = "finquant" version = "0.0.50" authors = [ "Jeremy Wang ", "David Steiner ", ] build = 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" repository = "https://github.com/quantransform/finquant" [lib] name = "finquant" path = "src/lib.rs" [dependencies.chrono] version = "^0.4.38" features = ["serde"] [dependencies.float_eq] version = "^1.0.1" [dependencies.iso_currency] version = "^0.4.4" features = ["with-serde"] [dependencies.roots] version = "^0.0.8" [dependencies.serde] version = "^1.0.198" features = ["derive"] [dependencies.serde_json] version = "^1.0.116" [dependencies.strum] version = "^0.26.2" [dependencies.strum_macros] version = "^0.26.2" [dependencies.thiserror] version = "^1.0.58" [dependencies.typetag] version = "^0.2.16" [dev-dependencies.rstest] version = "^0.19.0" [features]