# 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 = "gstools-core" version = "0.3.0" authors = ["Lennart Schüler "] exclude = [ "dist/", ".*", ] description = "The core functions of GSTools" homepage = "https://geostat-framework.org/#gstools" documentation = "https://docs.rs/gstools-core" readme = "README.md" keywords = [ "geostatistics", "srf", "kriging", "variogram", "python", ] categories = [ "science", "mathematics", ] license = "LGPL-3.0-or-later" repository = "https://github.com/GeoStat-Framework/GSTools-Core" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [profile.bench] lto = true codegen-units = 1 debug = 2 [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "gstools_core" crate-type = [ "cdylib", "rlib", ] bench = false [[bench]] name = "main" harness = false [dependencies.ndarray] version = "0.15" features = [ "rayon", "approx-0_5", ] [dependencies.numpy] version = "0.20" [dependencies.pyo3] version = "0.20" features = [ "abi3-py38", "extension-module", ] [dependencies.rayon] version = "1.8" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.ndarray-rand] version = "0.14"