[package] name = "ohsl" version = "0.10.8" authors = ["anthonyoneill "] edition = "2021" description = "A collection of numerical routines and mathematical types for use in scientific computing." license = "MIT" repository = "https://github.com/anthonyoneill/ohsl" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" num_cpus = "1.16.0" [package.metadata.docs.rs] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]