# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "black_scholes_pricer" version = "0.2.1" authors = ["ronnie chowdhury "] description = "Scalar and SIMD vectorised versions of black scholes and binomial option pricing" documentation = "https://docs.rs/black_scholes_simd" readme = "README.md" keywords = ["option", "pricing", "simd", "black", "scholes"] license = "MIT" repository = "https://github.com/ronniec95/black_scholes" [profile.dev] opt-level = 0 debug = 2 [profile.release] opt-level = 3 debug = 0 [lib] name = "black_scholes_pricer" [dependencies.bytemuck] version = "^1" [dependencies.wide] version = "0.5"