exit_safely 0.2.1

Enables exiting safely with custom exit codes while still calling `Drop` as needed. Aims for minimal magic and maximum flexibilty.
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.1"
name = "exit_safely"
version = "0.2.1"
authors = ["Mike Foster <https://github.com/MusicalNinjaDad>"]
build = "build.rs"
exclude = [
    ".github",
    ".devcontainer",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enables exiting safely with custom exit codes while still calling `Drop` as needed. Aims for minimal magic and maximum flexibilty."
homepage = "https://github.com/MusicalNinjaDad/exit_safely"
readme = "README.md"
keywords = [
    "derive",
    "ExitCode",
    "Drop",
    "Termination",
    "CLI",
]
categories = [
    "development-tools",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/MusicalNinjaDad/exit_safely"

[lib]
name = "exit_safely"
path = "src/lib.rs"
proc-macro = true

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

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

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.proc_macro2_diagnostic]
version = "0.3.0"

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"
features = ["extra-traits"]

[dev-dependencies.escargot]
version = "0.5.15"

[dev-dependencies.try_v2]
version = "0.4.2"

[dev-dependencies.trybuild]
version = "1.0.116"

[build-dependencies.autocfg]
version = "1.5.0"