shell-cell 1.4.0

Shell-Cell. CLI app to spawn and manage containerized shell environments
# 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 = "shell-cell"
version = "1.4.0"
authors = ["Oleksii Pozhylenkov (Mr-Leshiy) <leshiy12345678@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shell-Cell. CLI app to spawn and manage containerized shell environments"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mr-Leshiy/shell-cell"

[[bin]]
name = "scell"
path = "src/main.rs"
test = true
doctest = false
bench = false

[dependencies.async-channel]
version = "2.5.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.bollard]
version = "0.20.0"

[dependencies.bytes]
version = "1.11.0"

[dependencies.chrono]
version = "0.4.43"

[dependencies.clap]
version = "4.5.56"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.cue-rs]
version = "0.1.3"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dockerfile-parser-rs]
version = "3.2.2"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.metrohash]
version = "1.0.7"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

[dependencies.semver]
version = "1.0.24"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4.44"

[dependencies.terminput]
version = "0.5.12"

[dependencies.terminput-crossterm]
version = "0.4.8"

[dependencies.test-case]
version = "3.3.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tui-scrollview]
version = "0.6.2"

[dependencies.tui-term]
version = "0.3.1"

[dependencies.yaml_serde]
version = "0.10.3"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.test-case]
version = "3.3.1"

[build-dependencies.built]
version = "0.8.0"

[lints.clippy]
arithmetic_side_effects = "deny"
exit = "deny"
expect_used = "deny"
get_unwrap = "deny"
index_refutable_slice = "deny"
indexing_slicing = "deny"
match_wild_err_arm = "deny"
missing_docs_in_private_items = "allow"
missing_panics_doc = "deny"
panic = "deny"
string_slice = "deny"
todo = "deny"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
let_underscore_drop = "deny"
missing_docs = "allow"
non_ascii_idents = "deny"
single_use_lifetimes = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
warnings = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(track_caller)"]

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_codeblock_attributes = "deny"
invalid_html_tags = "deny"
invalid_rust_codeblocks = "deny"
unescaped_backticks = "deny"

[profile.dist]
inherits = "release"

[profile.release]
opt-level = "s"
lto = "thin"
strip = true