# 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 = "gkquad" version = "0.0.4" authors = ["Kogia-sima "] description = "Numerical integration library for Rust" homepage = "https://github.com/Kogia-sima/gkquad-rs" readme = "../README.md" keywords = ["math", "numerics", "no_std", "integral", "quadrature"] license = "MIT" repository = "https://github.com/Kogia-sima/gkquad-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] name = "gkquad" path = "src/lib.rs" test = false [[example]] name = "sphere" required-features = ["double"] [[test]] name = "algorithms_double" path = "tests/algorithms_double.rs" required-features = ["double"] [[bench]] name = "single" harness = false [dependencies.smallvec] version = "1.2.0" [dev-dependencies.bencher] version = "0.1.5" [features] default = ["std", "simd"] double = [] simd = [] std = []