# 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 = "moona" version = "0.4.0-beta" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build-util for easy configure run for single and multi service app" readme = "README.md" categories = [ "config", "development-tools::build-utils", ] license = "Apache-2.0" [profile.release] opt-level = 3 [[bin]] name = "moona" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = [ "io-std", "rt-multi-thread", "rt", "macros", ] [dependencies.toml] version = "0.8.19" [dependencies.walkdir] version = "2.5.0"