# 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 = "petridish" version = "0.7.1" authors = ["ZhengYu, Xu "] description = "A command-line utility that creates project layout." readme = "README.md" categories = [ "command-line-utilities", "template-engine", ] license = "MIT" repository = "https://github.com/petridish-dev/petridish" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" features = ["derive"] [dependencies.crossterm] version = "0.23" [dependencies.dirs] version = "4" [dependencies.enum_dispatch] version = "0.3" [dependencies.git2] version = "0.14" features = ["vendored-openssl"] [dependencies.inquire] version = "0.3.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tabled] version = "0.7" features = ["color"] [dependencies.tempdir] version = "0.3" [dependencies.tera] version = "1" [dependencies.termimad] version = "0.20.2" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2.3" [dev-dependencies.serde_json] version = "1.0"