# 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 = "jumake" version = "0.1.2" authors = ["Steffen Baranowsky BaraMGB@arcor.de"] description = "JuMake is a command-line tool designed to simplify and accelerate the process of setting up new JUCE projects using CMake." homepage = "https://github.com/BaraMGB/JuMake" documentation = "https://github.com/BaraMGB/JuMake" readme = "README.md" license = "MIT" repository = "https://github.com/BaraMGB/JuMake" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.dialoguer] version = "0.11" [dependencies.git2] version = "0.19" [dependencies.indoc] version = "2" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.5"