# 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 = "jintemplify" version = "0.1.8" authors = ["Hyeokjune Jeon "] exclude = [ "tests/**", "examples/**", ] description = "A CLI tool to compose files using Jinja2(Rust Tera) templates and YAML variables." homepage = "https://github.com/fantajeon/jintemplify" documentation = "https://github.com/fantajeon/jintemplify" readme = "README.md" license = "MIT" repository = "https://github.com/fantajeon/jintemplify" [profile.release] opt-level = "z" lto = true [lib] path = "src/lib.rs" [[bin]] name = "jintemplify" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4.6" [dependencies.env_logger] version = "0.10" [dependencies.jintemplify_plugin] version = "0.1.0" package = "jintemplify_plugin" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9.24" [dependencies.tera] version = "1" [dependencies.toml] version = "0.8.0" [dependencies.wasmtime] version = "13.0.0"