# 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 = "docks" version = "2.0.0" authors = ["Willy Micieli"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A docker compose uploading tool" readme = "README.md" keywords = [ "docker", "upload", "container", "management", "apps", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/otechdo/docks" [[bin]] name = "docks" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.inquire] version = "0.7.5" features = [ "chrono", "console", ] [dependencies.is_executable] version = "1.0.3" [dependencies.log] version = "0.4.22" [dependencies.toml] version = "0.8.19"