# 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 = "cpt" version = "0.5.0" authors = ["AlexAegis "] description = """ A filesystem tool that will copy a folder structure and if there is provided templating data when it encounders any `.tpl` files, it tries to fill it using Handlebar syntax and prints out the transformed version.""" readme = "readme.md" license = "MIT" repository = "https://github.com/AlexAegis/cpt" [profile.dev] opt-level = 3 [profile.release] overflow-checks = true [lib] name = "cpt" doc = true [dependencies.clap] version = "4.0.29" [dependencies.handlebars] version = "5.0.0-beta.1" [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.7"