petekio 0.3.15

Subsurface data ingestion + structure layer: surfaces, wells, points, polygons with loading, interpolation, and statistics.
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 = "petekio"
version = "0.3.15"
authors = ["Kristian dF KollsgÄrd <kkollsg@gmail.com>"]
build = false
exclude = [
    "/python",
    "/pyproject.toml",
    "/.github",
    "/.cargo",
    "/dist",
    "/.claude",
    "/CLAUDE.md",
    "/tests",
    "/examples",
    "/docs",
    "/mkdocs.yml",
    "/.readthedocs.yaml",
    "/site",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Subsurface data ingestion + structure layer: surfaces, wells, points, polygons with loading, interpolation, and statistics."
readme = "README.md"
keywords = [
    "subsurface",
    "geoscience",
    "geology",
    "seismic",
    "irap",
]
categories = [
    "science",
    "parsing",
]
license = "Apache-2.0"
repository = "https://github.com/kkollsga/petekio"

[features]
default = []
f32 = []

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

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

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

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

[dependencies.bincode]
version = "1"

[dependencies.csv]
version = "1"

[dependencies.geo]
version = "0.33"
features = ["use-serde"]

[dependencies.geozero]
version = "0.15"
features = [
    "with-geo",
    "with-geojson",
    "with-wkt",
    "with-shp",
]

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.las_rs]
version = "0.2.1"

[dependencies.ndarray]
version = "0.17"
features = ["serde"]

[dependencies.petektools]
version = "0.2.15"

[dependencies.rstar]
version = "0.13"

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

[dependencies.serde_json]
version = "1"

[dependencies.spade]
version = "2.15"

[dependencies.thiserror]
version = "2"

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

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