[package] name = "integrate" version = "0.1.4" edition = "2021" authors = ["Mahdi Tantaoui "] description = " Small, lightweight Rust library for performing numerical integration." rust-version = "1.63" license = "MIT" repository = "https://github.com/mtantaoui/Integrate" documentation = "https://docs.rs/integrate/" readme = "README.md" keywords = ["math", "integral", "Gauss", "performance", "Numerical"] [dependencies] itertools = "0.13.0" num = "0.4.1" num-traits = "0.2.18" rayon = "1.10.0" [dev-dependencies] time-graph = { version = "0.3.1", features = ["json", "table"] } [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./docs/docs-header.html" ]