tino 0.1.21

tino: tiny init process (PID 1) for Docker/Kubernetes containers, written in Rust (tini alternative)
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 = "tino"
version = "0.1.21"
authors = ["lvillis <lvillis@outlook.com>"]
build = false
include = [
    "src/**",
    "tests/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tino: tiny init process (PID 1) for Docker/Kubernetes containers, written in Rust (tini alternative)"
homepage = "https://github.com/lvillis/tino"
documentation = "https://docs.rs/tino"
readme = "README.md"
keywords = [
    "init",
    "pid1",
    "container",
    "docker",
    "tini",
]
categories = [
    "command-line-utilities",
    "os::unix-apis",
]
license = "MIT"
repository = "https://github.com/lvillis/tino"

[package.metadata.release]
push = true
publish = false
verify = true
sign-commit = true
sign-tag = true
allow-branch = ["main"]
tag-prefix = ""
tag-name = "{{prefix}}{{version}}"
tag-message = "chore: release {{crate_name}} version {{version}}"
pre-release-commit-message = "chore: release {{crate_name}} version {{version}}"
pre-release-hook = [
    "git",
    "cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
]

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

[[bin]]
name = "tino"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"
default-features = false

[dependencies.clap]
version = "4.6.1"
features = [
    "std",
    "help",
    "usage",
    "derive",
    "env",
]
default-features = false

[dependencies.libc]
version = "0.2.183"
default-features = false

[dependencies.nix]
version = "0.31.2"
features = [
    "process",
    "signal",
    "poll",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"
features = ["std"]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "fmt",
    "env-filter",
    "std",
]
default-features = false

[dev-dependencies.criterion]
version = "0.8.2"
features = ["cargo_bench_support"]
default-features = false

[profile.dev.package."*"]
opt-level = 1

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"