exit_safely 0.1.0

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"
name = "exit_safely"
version = "0.1.0"
authors = ["Mike Foster <https://github.com/MusicalNinjaDad>"]
build = false
include = [
    "/src/",
    "/tests/",
]
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_apps"
path = "tests/test_apps.rs"

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

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"

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

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