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