# 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 = "green-kernels" version = "0.2.2" authors = [ "Timo Betcke ", "Matthew Scroggs ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Evaluation of Green's function kernels." homepage = "https://github.com/bempp/green-kernels" readme = "README.md" keywords = ["numerics"] categories = [ "mathematics", "science", ] license = "BSD-3-Clause" repository = "https://github.com/bempp/green-kernels" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "green_kernels" crate-type = [ "lib", "staticlib", "cdylib", ] path = "src/lib.rs" [[example]] name = "kernel_accuracy" path = "examples/kernel_accuracy.rs" [[bench]] name = "helmholtz_c32" path = "benches/helmholtz_c32.rs" harness = false [[bench]] name = "helmholtz_c64" path = "benches/helmholtz_c64.rs" harness = false [[bench]] name = "laplace_f32" path = "benches/laplace_f32.rs" harness = false [[bench]] name = "laplace_f64" path = "benches/laplace_f64.rs" harness = false [dependencies.approx] version = "0.5" features = ["num-complex"] [dependencies.bytemuck] version = "1.16.0" [dependencies.coe-rs] version = "0.1.2" [dependencies.hexf] version = "0.2.1" [dependencies.itertools] version = "0.13.0" default-features = false [dependencies.libc] version = "0.2" [dependencies.num] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.paste] version = "1.*" [dependencies.pulp] version = "0.18.12" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.9" [dependencies.rlst] version = "0.2" default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand_chacha] version = "0.3" [features] default = ["sleef"] nightly = ["pulp/nightly"] sleef = ["rlst/sleef"] strict = [] [target.aarch64-apple-darwin.dev-dependencies.blas-src] version = "0.10" features = ["accelerate"] [target.aarch64-apple-darwin.dev-dependencies.lapack-src] version = "0.10" features = ["accelerate"] [target.x86_64-unknown-linux-gnu.dev-dependencies.blas-src] version = "0.10" features = ["blis"] [target.x86_64-unknown-linux-gnu.dev-dependencies.lapack-src] version = "0.10" features = ["netlib"] [lints.clippy] wildcard_imports = "forbid"