# 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 = "kifmm" version = "2.0.0" authors = ["Srinath Kailasa "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Kernel-independent fast multipole method" homepage = "https://github.com/bempp/kifmm" readme = "README.md" keywords = ["numerics"] categories = [ "mathematics", "science", ] license = "BSD-3-Clause" repository = "https://github.com/bempp/kifmm" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--html-in-header", "./src/docs-header.html", ] [lib] name = "kifmm" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[example]] name = "mpi_test_fmm" path = "examples/mpi_test_fmm.rs" [[example]] name = "mpi_test_ghost_exchange" path = "examples/mpi_test_ghost_exchange.rs" [[example]] name = "mpi_test_layout" path = "examples/mpi_test_layout.rs" [[example]] name = "mpi_test_p2m" path = "examples/mpi_test_p2m.rs" [[example]] name = "mpi_test_sort" path = "examples/mpi_test_sort.rs" [[example]] name = "mpi_test_trees" path = "examples/mpi_test_trees.rs" [[example]] name = "mpi_test_upward_pass" path = "examples/mpi_test_upward_pass.rs" [[example]] name = "multi_node_tree" path = "examples/multi_node_tree.rs" [[example]] name = "single_node_helmholtz" path = "examples/single_node_helmholtz.rs" [[example]] name = "single_node_laplace" path = "examples/single_node_laplace.rs" [[example]] name = "single_node_laplace_variable_expansion" path = "examples/single_node_laplace_variable_expansion.rs" [[bench]] name = "laplace_f32" path = "benches/laplace_f32.rs" harness = false [[bench]] name = "laplace_f32_m1" path = "benches/laplace_f32_m1.rs" harness = false [[bench]] name = "laplace_f64" path = "benches/laplace_f64.rs" harness = false [dependencies.bytemuck] version = "1.16.0" [dependencies.green-kernels] version = "0.2.2" default-features = false [dependencies.itertools] version = "0.13.*" [dependencies.kifmm-fftw-sys] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.memoffset] version = "0.9.1" optional = true [dependencies.mpi] version = "0.8.*" optional = true [dependencies.mpi-sys] version = "0.2.2" optional = true [dependencies.num] version = "0.4" [dependencies.num-complex] version = "0.4.5" [dependencies.pulp] version = "0.18.12" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rayon] version = "1.9" [dependencies.rlst] version = "0.2.0" default-features = false [dependencies.superslice] version = "1.0.0" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5.*" features = ["html_reports"] [build-dependencies.cbindgen] version = "0.26.0" [features] mpi = [ "dep:mpi", "dep:superslice", "dep:memoffset", "dep:mpi-sys", ] strict = [] [lints.clippy] wildcard_imports = "forbid"