# 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 = "arcanum-create-app" version = "0.1.0" authors = ["Waayway"] description = "A Simple way to create a basic project using the arcanum framework" homepage = "https://github.com/Waayway/arcanum-create-app" documentation = "https://github.com/Waayway/arcanum-create-app" readme = "README.md" keywords = [ "create-app", "arcanum", ] license = "MIT" repository = "https://github.com/Waayway/arcanum-create-app" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.console] version = "0.15.5" [dependencies.dialoguer] version = "0.10.3" [dependencies.indicatif] version = "0.17.3" [dependencies.rust-embed] version = "6.6.0" features = ["interpolate-folder-path"] [dependencies.serde_json] version = "1.0.94" [build-dependencies.fs_extra] version = "1.3.0"