oxker 0.13.2

A simple tui to view & control docker containers
# 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.93.0"
name = "oxker"
version = "0.13.2"
authors = ["Jack Wills <email@mrjackwills.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple tui to view & control docker containers"
homepage = "https://github.com/mrjackwills/oxker"
readme = "README.md"
keywords = [
    "docker",
    "tui",
    "tokio",
    "terminal",
    "podman",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/mrjackwills/oxker"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bollard]
version = "0.21"

[dependencies.cansi]
version = "2.2"

[dependencies.clap]
version = "4.6"
features = [
    "color",
    "derive",
    "unicode",
]

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "6.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.jiff]
version = "0.2"
features = ["tzdb-bundle-always"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_jsonc]
version = "1.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.toml]
version = "1.1"
features = [
    "parse",
    "serde",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.uuid]
version = "1.23"
features = [
    "fast-rng",
    "v4",
]

[dev-dependencies.insta]
version = "1.47"

[dev-dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[lints.clippy]
doc_markdown = "allow"
expect_used = "warn"
module_name_repetitions = "allow"
similar_names = "allow"
todo = "warn"
unused_async = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"

[profile.release]
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true