# 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 = "cpmk" version = "2.1.4" authors = ["Sampie"] description = "A simple C/C++ CLI Project Maker including CMake" homepage = "https://github.com/Sampie159/cpmk" documentation = "https://github.com/Sampie159/cpmk/blob/main/README.md" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Sampie159/cpmk" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "cpmk" path = "src/main.rs" [dependencies.clap] version = "4.3.19" features = ["derive"]