laterite 0.12.0

Read, validate and write AGS4 — the geotechnical data transfer format
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 = "2024"
rust-version = "1.85"
name = "laterite"
version = "0.12.0"
build = false
include = [
    "/src/**",
    "/README.md",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read, validate and write AGS4 — the geotechnical data transfer format"
readme = "README.md"
keywords = [
    "ags",
    "ags4",
    "geotechnical",
    "validator",
    "borehole",
]
categories = [
    "science::geo",
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/niko86/laterite"
resolver = "2"

[package.metadata.laterite]
release_tier = "product"

[features]
default = []
excel = ["dep:laterite-ags4-excel"]
unstable-engine = []

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.laterite-ags4-core]
version = "0.14.0"
features = ["transport"]
default-features = false

[dependencies.laterite-ags4-diff]
version = "0.12.2"

[dependencies.laterite-ags4-emit]
version = "0.16.0"

[dependencies.laterite-ags4-excel]
version = "0.11.0"
optional = true

[dependencies.laterite-ags4-merge]
version = "0.14.0"

[dependencies.laterite-ags4-parse]
version = "0.12.0"

[dependencies.laterite-ags4-reference]
version = "0.13.1"

[dependencies.laterite-ags4-trust]
version = "0.15.0"

[dependencies.laterite-ags4-validator]
version = "0.14.0"

[dependencies.serde_json]
version = "1"

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

[lints.clippy]
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
fn_params_excessive_bools = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
unused_self = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1