# 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 = "integraal" version = "0.1.0" authors = ["Isaie Muron "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Integral computation, done in Rust! " homepage = "https://imrn99.github.io/integraal/" readme = "README.md" keywords = [ "algorithms", "analysis", "integration", "numerical-analysis", "numerical-method", ] categories = [ "algorithms", "concurrency", "mathematics", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/imrn99/integraal" [lib] name = "integraal" path = "src/lib.rs" [dependencies.num-traits] version = "0.2.19" [dependencies.rand] version = "0.9.0-alpha.2" features = ["small_rng"] optional = true [dependencies.thiserror] version = "1.0.64" [dev-dependencies.rand] version = "0.9.0-alpha.2" features = ["small_rng"] [build-dependencies.rustversion] version = "1.0.15" [features] boole = [] montecarlo = ["dep:rand"] romberg = []