# 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 = "makewiz" version = "0.8.0" authors = ["MichaƂ Kallas"] exclude = ["/test-dirs"] default-run = "makewiz" description = "MakeWiz is a command line tool that generates a Makefile based on the files in your directory" homepage = "https://github.com/kallazz/MakeWiz" documentation = "https://docs.rs/makewiz/latest/makewiz/" readme = "README.md" keywords = [ "generate", "generator", "makefile", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kallazz/MakeWiz" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/makewiz" mode = "755" source = "target/release/makewiz" [package.metadata.rpm] package = "makewiz" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.makewiz] path = "/usr/bin/makewiz" [[bin]] name = "makewiz" path = "src/main.rs" [[bin]] name = "generate_completions" path = "src/autocompletions/generator.rs" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.clap_complete] version = "4.4.0" [dependencies.directories] version = "5.0.1" [dependencies.serde] version = "1.0.185" features = ["derive"] [dependencies.toml] version = "0.7.6" [features] generate_completions = []