santh-error 0.2.4

Actionable error primitives - stable error codes, fix hints, and built-in secret redaction
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.85"
name = "santh-error"
version = "0.2.4"
authors = ["Santh <64453045+santhreal@users.noreply.github.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actionable error primitives  -  stable error codes, fix hints, and built-in secret redaction"
homepage = "https://santh.dev"
documentation = "https://docs.rs/santh-error"
readme = "README.md"
keywords = [
    "error",
    "diagnostics",
    "redaction",
    "security",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhreal/santh-error"

[package.metadata.santh]
status = "beta"

[features]
default = []
serde = ["dep:serde"]

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

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

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

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

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

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

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

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "=1.0.228"
features = ["derive"]
optional = true

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