# 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 = "black76_wasm" version = "0.20.0" authors = ["Hayden Rose"] description = "Black76 option pricing model calculator" documentation = "https://docs.rs/black76" readme = "README.md" keywords = [ "finance", "option", "WASM", "black76", "option-pricing", ] license = "MIT" repository = "https://github.com/hayden4r4/black76-wasm" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] crate-type = ["cdylib"] [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.statrs] version = "0.16.0" [dependencies.wasm-bindgen] version = "0.2"