# 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 = "tera-sprig" version = "0.1.0" description = "Sprig Functions for Tera Template Engine" homepage = "https://gitee.com/jia2024/tera-sprig.git" readme = "README.md" keywords = [ "template", "sprig", "tera", ] license = "MIT" repository = "https://gitee.com/jia2024/tera-sprig.git" [[bin]] name = "teras" [dependencies.clap] version = "4.5.13" features = [ "derive", "help", "std", "usage", "suggestions", "cargo", ] default-features = false [dependencies.convert_case] version = "0.6.0" [dependencies.paste] version = "1.0.15" [dependencies.tera] version = "1.20.0"