# 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 = "cluck" version = "0.4.0" authors = ["Andrew Rademacher"] description = "A simple runner for development environments." license = "MIT" repository = "https://github.com/AndrewRademacher/cluck" [dependencies.anyhow] version = "1.0.72" features = ["backtrace"] [dependencies.async-trait] version = "0.1.72" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.toml] version = "0.7.6" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.chrono] version = "0.4.26" [dev-dependencies.regex] version = "1.9.1" [dev-dependencies.subprocess] version = "0.2.9"