# 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 = "genify" version = "0.0.1" authors = ["user"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Turn one file into a complete project" readme = "README.md" license = "MIT" repository = "https://github.com/daxartio/genify" [lib] name = "genify" path = "src/lib.rs" [[bin]] name = "cli" path = "src/main.rs" required-features = ["clap"] [dependencies.clap] version = "4.5.21" optional = true [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_regex] version = "1.1.0" [dependencies.tera] version = "1.20.0" [dependencies.toml] version = "0.8.19" features = ["preserve_order"] [dev-dependencies] [features] clap = ["dep:clap"]