# 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 = "next-butler" version = "1.0.1" authors = ["Juan Cruz Montiel tatumonar@proton.me"] description = "A tool to help you delevop your Next.js project easier and faster." homepage = "https://github.com/TatuMon/next-butler" readme = "README.md" keywords = [ "nextjs", "js", "react", "tool", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/TatuMon/next-butler" [profile.test] debug = 2 [[bin]] name = "nb" path = "src/main.rs" [dependencies.assert_cmd] version = "2" [dependencies.clap] version = "4" features = [ "help", "suggestions", "error-context", "color", ] [dependencies.colored] version = "2" [dependencies.console] version = "0.15.8" [dependencies.convert_case] version = "0" [dependencies.handlebars] version = "5.1.2" [dependencies.indoc] version = "2" [dependencies.path-clean] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.unicode-ident] version = "1.0.12"