# 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 = "veloxide" version = "2.0.1" authors = ["Liam Woodleigh "] description = "The CLI for Veloxide, the stack for building web apps with Rust." readme = "README.md" categories = [ "command-line-utilities", "web-programming", "config", ] license = "MIT" repository = "https://github.com/liamwh/Veloxide-CLI" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "~4" features = ["cargo"] [dependencies.console] version = "~0.15" [dependencies.dialoguer] version = "~0.10" [dependencies.indicatif] version = "~0.17" [dependencies.regex] version = "~1" [dependencies.thiserror] version = "1" [dependencies.walkdir] version = "~2.4" [dev-dependencies.anyhow] version = "1" [dev-dependencies.pretty_assertions] version = "~1"