copybook-utils 0.4.3

Panic-safe utility functions and extension traits 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-utils"
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 = "Panic-safe utility functions and extension traits for copybook-rs"
homepage = "https://github.com/EffortlessMetrics/copybook-rs"
documentation = "https://docs.rs/copybook-utils"
readme = "README.md"
keywords = [
    "cobol",
    "copybook",
    "utility",
    "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_utils"
path = "src/lib.rs"

[dependencies.copybook-error]
version = "=0.4.3"

[dependencies.copybook-safe-ops]
version = "=0.4.3"

[dev-dependencies]

[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"