# 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 = "qk" version = "0.1.4" authors = ["zd4y"] description = "CLI for quickly starting new projects" homepage = "https://github.com/zd4y/qk" readme = "README.md" keywords = [ "cli", "quick", "project", "start", "new", ] categories = [ "command-line-utilities", "development-tools", "filesystem", ] license = "MIT" repository = "https://github.com/zd4y/qk" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = [ "cargo", "env", "deprecated", "wrap_help", "string", ] [dependencies.confy] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7"