# 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" version = "0.0.4" description = "Hornbeam template engine (high-level crate for use in applications)" license = "AGPL-3.0-or-later" resolver = "1" [dependencies.arc-swap] version = "1.6.0" [dependencies.axum] version = "0.6.10" optional = true [dependencies.hornbeam_interpreter] version = "0.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "5.1.0" [dependencies.tokio] version = "1.26.0" optional = true [features] default = [ "interpreted", "hot_reload", ] hot_reload = [ "tokio", "axum", ] interpreted = []