# 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 = "projkt" version = "0.2.1" authors = ["pjmp"] description = """ Generate project related stuffs such as .gitignore, license, readme and more """ homepage = "https://github.com/pjmp/projkt" readme = "README.md" keywords = [ "projkt", "bootstrap", "generator", "boilerplate", "template", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/pjmp/projkt" resolver = "2" [profile.release] strip = "symbols" [dependencies.clap] version = "3.2.12" features = [ "derive", "std", "suggestions", ] default-features = false [dependencies.dialoguer] version = "0.10.1" [dependencies.dirs] version = "4.0.0" [dependencies.skim] version = "0.9.4" [dependencies.spdx] version = "0.8.1" features = ["text"] [dependencies.ureq] version = "2.5.0" features = ["json"]