exit-with 0.1.2

Exit with code, stdio & stderr
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-with"
version = "0.1.2"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
include = [
    "docs/**",
    "src/**",
    "tests/**",
    "Cargo.lock",
    "Cargo.toml",
    "LICENSE*",
    "NOTICE",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exit with code, stdio & stderr"
homepage = "https://engossoftware.github.io/exit-with/"
documentation = "https://docs.rs/exit-with"
readme = "README.md"
keywords = [
    "exit",
    "with",
    "code",
    "stdio",
    "stderr",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EngosSoftware/exit-with.git"

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

[[bin]]
name = "exit-with"
path = "src/main.rs"

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

[dev-dependencies.cli-assert]
version = "0.1.13"