supdock 3.5.1

What's Up, Doc(ker)? A slightly more visual way to interact with the docker daemon
# 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 = "2021"
name = "supdock"
version = "3.5.1"
authors = ["Niels Segers <segers.n@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "What's Up, Doc(ker)? A slightly more visual way to interact with the docker daemon"
homepage = "https://github.com/segersniels/supdock/"
readme = "README.md"
categories = [
    "command-line-utilities",
    "virtualization",
]
license = "MIT"
repository = "https://github.com/segersniels/supdock/"

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

[dependencies.clap]
version = "4.2.1"

[dependencies.env_logger]
version = "0.10.1"

[dependencies.inquire]
version = "0.1.0"

[dependencies.log]
version = "0.4.20"

[dependencies.serde_json]
version = "1.0.96"

[dependencies.shell-words]
version = "1.0.0"

[dependencies.strsim]
version = "0.10.0"

[dependencies.strum]
version = "0.24.1"

[dependencies.strum_macros]
version = "0.24.3"

[dependencies.which]
version = "4.4.0"

[profile.release]
lto = "thin"
panic = "abort"
strip = true