# 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 = "bempp" version = "0.2.0" authors = [ "Timo Betcke ", "Srinath Kailasa ", "Matthew Scroggs ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Boundary element method library." homepage = "https://github.com/bempp/bempp-rs" readme = "README.md" keywords = ["numerics"] categories = [ "mathematics", "science", ] license = "BSD-3-Clause" repository = "https://github.com/bempp/bempp-rs" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "bempp" crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [[example]] name = "assembly" path = "examples/assembly.rs" [[example]] name = "test_parallel_assembly" path = "examples/test_parallel_assembly.rs" [[test]] name = "compare_to_bempp_cl" path = "tests/compare_to_bempp_cl.rs" [[bench]] name = "assembly_benchmark" path = "benches/assembly_benchmark.rs" harness = false [dependencies.green-kernels] version = "0.2.2" default-features = false [dependencies.itertools] version = "0.13.*" [dependencies.lazy_static] version = "1.4" [dependencies.mpi] version = "0.8.*" optional = true [dependencies.ndelement] version = "0.1.2" default-features = false [dependencies.ndgrid] version = "0.1.2" default-features = false [dependencies.num] version = "0.4" [dependencies.rayon] version = "1.9" [dependencies.rlst] version = "0.2.0" default-features = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.cauchy] version = "0.4.*" [dev-dependencies.criterion] version = "0.5.*" features = ["html_reports"] [dev-dependencies.paste] version = "1.*" [build-dependencies.cbindgen] version = "0.27.0" [features] default = ["sleef"] mpi = [ "dep:mpi", "ndelement/mpi", "ndgrid/mpi", ] sleef = [ "rlst/sleef", "green-kernels/sleef", "ndelement/sleef", "ndgrid/sleef", ] strict = [] [lints.clippy] wildcard_imports = "forbid"