# 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 = "hornbeam_interpreter" version = "0.0.4" description = "Interpreter for the Hornbeam template language. This is the low-level implementation crate; not advised for direct use in applications." license = "AGPL-3.0-or-later" resolver = "1" [dependencies.async-recursion] version = "1.0.2" [dependencies.async-trait] version = "0.1.64" [dependencies.bevy_reflect] version = "0.11.0" [dependencies.fluent-templates] version = "0.8.0" optional = true [dependencies.hornbeam_grammar] version = "0.0.4" [dependencies.hornbeam_ir] version = "0.0.4" [dependencies.html-escape] version = "0.2.13" [dependencies.itertools] version = "0.10.5" [dependencies.percent-encoding] version = "2.2.0" [dependencies.pollster] version = "0.3.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tracing] version = "0.1.37" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.insta] version = "1.38.0" [features] default = ["fluent"] fluent = ["fluent-templates"]