# 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 = "rrgen" version = "0.5.5" authors = ["Dotan Nahum "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A microframework for declarative code generation and injection" documentation = "https://docs.rs/rrgen" readme = "README.md" keywords = [ "codegen", "template", ] license = "Apache-2.0" repository = "https://github.com/jondot/rrgen" [lib] name = "rrgen" path = "src/lib.rs" [[test]] name = "gen_test" path = "tests/gen_test.rs" [dependencies.cruet] version = "0.13.3" [dependencies.fs-err] version = "2.10.0" [dependencies.glob] version = "0.3.1" [dependencies.heck] version = "0.4.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tera] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.dir-diff] version = "0.3.2" [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.insta] version = "1" [dev-dependencies.tree-fs] version = "0.2.1"