# 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 = "oxker" version = "0.8.0" authors = ["Jack Wills "] build = 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" [profile.release] lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [[bin]] name = "oxker" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bollard] version = "0.17" [dependencies.cansi] version = "2.2" [dependencies.clap] version = "4.5" features = [ "color", "derive", "unicode", ] [dependencies.crossterm] version = "0.28" [dependencies.directories] version = "5.0" [dependencies.futures-util] version = "0.3" [dependencies.parking_lot] version = "0.12" [dependencies.ratatui] version = "0.29" [dependencies.tokio] version = "1.41" features = ["full"] [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.uuid] version = "1.11" features = [ "fast-rng", "v4", ] [lints.clippy] doc_markdown = "allow" expect_used = "warn" module_name_repetitions = "allow" similar_names = "allow" todo = "warn" unused_async = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] unsafe_code = "forbid"