petektools 0.2.5

Standalone numerics & geostatistics kernels for Rust: scattered-data gridding (minimum-curvature, IDW, nearest) and a curated numeric front-door. Pure leaf with PyO3 bindings.
Documentation
# 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"
rust-version = "1.88"
name = "petektools"
version = "0.2.5"
authors = ["Kristian dF KollsgÄrd <kkollsg@gmail.com>"]
build = false
exclude = [
    "/py",
    "/python",
    "/pyproject.toml",
    "/.github",
    "/.claude",
    "/dist",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone numerics & geostatistics kernels for Rust: scattered-data gridding (minimum-curvature, IDW, nearest) and a curated numeric front-door. Pure leaf with PyO3 bindings."
readme = "README.md"
keywords = [
    "geostatistics",
    "gridding",
    "interpolation",
    "numerics",
    "subsurface",
]
categories = [
    "science",
    "mathematics",
]
license = "Apache-2.0"
repository = "https://github.com/kkollsga/petektools"

[lib]
name = "petektools"
path = "src/lib.rs"

[[test]]
name = "formula"
path = "tests/formula.rs"

[[test]]
name = "lattice_parity"
path = "tests/lattice_parity.rs"

[[test]]
name = "parity"
path = "tests/parity.rs"

[[test]]
name = "scatter_conditioning"
path = "tests/scatter_conditioning.rs"

[[test]]
name = "serde_roundtrip"
path = "tests/serde_roundtrip.rs"

[[test]]
name = "store_roundtrip"
path = "tests/store_roundtrip.rs"

[[bench]]
name = "geostat"
path = "benches/geostat.rs"
harness = false

[[bench]]
name = "gridding"
path = "benches/gridding.rs"
harness = false

[[bench]]
name = "store"
path = "benches/store.rs"
harness = false

[dependencies.bytemuck]
version = "1"

[dependencies.memmap2]
version = "0.9"

[dependencies.ndarray]
version = "0.17"

[dependencies.rand]
version = "0.10"

[dependencies.rand_distr]
version = "0.6"

[dependencies.rstar]
version = "0.13"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.statrs]
version = "0.18"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"