# 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 = "generate-readme" version = "0.1.3" description = "A command-line utlity to help you generate README.md files." readme = "README.md" keywords = [ "readme", "generator", "markdown", "cli", "documentation", ] categories = [ "command-line-utilities", "template-engine", ] license = "MIT" repository = "https://github.com/jacobschwantes/generate-readme" [dependencies.clap] version = "4.4.7" [dependencies.clipboard] version = "0.5.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.include_dir] version = "0.7.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.toml] version = "0.8.9"