peteksim 0.1.4

petekSim — the SIMULATION layer: dynamic/engineering appraisal (recoverable/forecast) + PVT + the appraisal facade over the petek subsurface-modelling stack, 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 = "peteksim"
version = "0.1.4"
build = false
exclude = [
    "/tests",
    "/examples",
    "/dev-docs",
    "/inbox",
    "/docs",
    "/notes",
    "/research",
    "/tools",
    "/crates",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "petekSim — the SIMULATION layer: dynamic/engineering appraisal (recoverable/forecast) + PVT + the appraisal facade over the petek subsurface-modelling stack, consolidated into one crate."
readme = "README.md"
keywords = [
    "reservoir",
    "appraisal",
    "subsurface",
    "simulation",
    "volumetrics",
]
categories = [
    "science",
    "simulation",
]
license = "BUSL-1.1"
repository = "https://github.com/kkollsga/peteksim"

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

[dependencies.base64]
version = "0.22"

[dependencies.petekio]
version = "0.3.3"

[dependencies.petekstatic]
version = "0.1.6"

[dependencies.petektools]
version = "0.2.4"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[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