# 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 = "hairy" version = "0.4.0" authors = ["Bernard van Gastel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compiled text templates (not unlike Mustache and Handlebars), with support for expressions and custom functions inside such expressions." homepage = "https://www.bitpowder.com/libs/indigo/" readme = "README.md" keywords = [ "mustache", "expressions", "bytecode", "interpreter", ] categories = [ "template-engine", "parser-implementations", ] license = "Apache-2.0" repository = "https://gitlab.com/bitpowder/indigo-ng" [lib] name = "hairy" path = "src/lib.rs" [dependencies.expry] version = "^0.4" default-features = false [dev-dependencies.expry_macros] version = "^0.4" [features] default = ["std"] mini = ["expry/mini"] std = ["expry/std"]