copybook-error 0.4.3

Error types and taxonomy for copybook-rs
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.92"
name = "copybook-error"
version = "0.4.3"
authors = ["Steven Zimmerman, CPA <git@effortlesssteven.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error types and taxonomy for copybook-rs"
homepage = "https://github.com/EffortlessMetrics/copybook-rs"
documentation = "https://docs.rs/copybook-error"
readme = "README.md"
keywords = [
    "cobol",
    "copybook",
    "error",
    "error-handling",
]
categories = [
    "parsing",
    "data-structures",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/EffortlessMetrics/copybook-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = false
targets = ["x86_64-unknown-linux-gnu"]

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

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

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]

[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
dbg_macro = "warn"
expect_used = "warn"
missing_inline_in_public_items = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unreachable = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"