petekstatic 0.1.4

petekStatic — the GEOMODEL layer: structural framework, grid construction, property modelling, volumetrics and static uncertainty, consolidated into one crate.
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.80"
name = "petekstatic"
version = "0.1.4"
build = false
exclude = [
    "/tests",
    "/examples",
    "/dev-docs",
    "/inbox",
    "/docs",
    "/python",
    "/dist-launch",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "petekStatic — the GEOMODEL layer: structural framework, grid construction, property modelling, volumetrics and static uncertainty, consolidated into one crate."
readme = "README.md"
keywords = [
    "subsurface",
    "reservoir",
    "geomodel",
    "volumetrics",
    "geostatistics",
]
categories = [
    "science",
    "simulation",
]
license = "BUSL-1.1"
repository = "https://github.com/kkollsga/petekstatic"

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.ndarray]
version = "0.17"

[dependencies.petekio]
version = "0.3.2"

[dependencies.petektools]
version = "0.2.3"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.static_assertions]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.proptest]
version = "1"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
dead_code = "deny"

[lints.rust.unused]
level = "deny"
priority = -1

[profile.release]
lto = true
codegen-units = 1