# 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 = "2018" name = "create-rust-app_cli" version = "11.0.0" authors = ["Haris <4259838+Wulf@users.noreply.github.com>"] default-run = "create-rust-app" description = "Set up a modern rust+react web app by running one command." readme = "README.md" keywords = [ "react", "typescript", "generation", "backend", "frontend", ] categories = [ "command-line-utilities", "development-tools", "web-programming", "config", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Wulf/create-rust-app" [[bin]] name = "create-rust-app" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3" features = [ "wrap_help", "derive", "cargo", ] [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.10.4" [dependencies.indoc] version = "2.0.1" [dependencies.qsync] version = "0.1" [dependencies.rust-embed] version = "6.6.1" features = ["debug-embed"] [dependencies.toml] version = "0.7.4" [dependencies.update-informer] version = "1.0.0" [dependencies.walkdir] version = "2.3.3"