# 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 = "makereadme" version = "0.3.0" authors = ["Caio Bernardo caio.2004vb@gmail.com"] description = "A simple CLI made to create a README.md for your repository" homepage = "https://github.com/caio-bernardo/MakeReadme" readme = "README.md" license = "MIT" repository = "https://github.com/caio-bernardo/MakeReadme" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.handlebars] version = "4.3.6" features = ["rust-embed"] [dependencies.inquire] version = "0.6.1" [dependencies.rust-embed] version = "6.6.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_derive] version = "1.0.160"