options-common 0.9.0

Utilities for working with financial options
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 = "2018"
name = "options-common"
version = "0.9.0"
authors = ["Tobias Mansfield-Williams <contact@tmwhere.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for working with financial options"
readme = "README.md"
keywords = [
    "finance",
    "derivatives",
    "options",
]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/t-mw/options-common-rs"

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

[dependencies.chrono]
version = "0.4.23"

[dependencies.enum_dispatch]
version = "0.3.5"

[dependencies.num-rational]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.num-traits]
version = "0.2.14"

[dependencies.ordered-float]
version = "5"

[dependencies.statrs]
version = "0.19"
features = ["std"]
default-features = false