# 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 = "2018" name = "rusty-green-kernel" version = "0.2.0" authors = ["Timo Betcke "] description = "A library for the evaluation of potential sums for the Laplace, Helmholtz and modified Helmholtz kernel." homepage = "https://github.com/rusty-fast-solvers/rusty-green-kernel" readme = "README.md" keywords = ["numerics"] categories = ["mathematics", "science"] license = "BSD-3-Clause" repository = "https://github.com/rusty-fast-solvers/rusty-green-kernel" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [lib] name = "rusty_green_kernel" crate-type = ["lib", "cdylib"] [[bench]] name = "direct_evaluator_benchmarks" harness = false [dependencies.approx] version = "0.5" [dependencies.ndarray] version = "0.15" features = ["rayon"] [dependencies.ndarray-linalg] version = "0.14" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "^1.0.3" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.num_cpus] version = "1.*"