# 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 = "lfml" version = "0.1.0" description = "template engine for rust" license = "MIT" [dependencies.axum-core] version = "0.4.1" optional = true [dependencies.http] version = "1.0.0" optional = true [dependencies.itoa] version = "1.0.9" [dependencies.lfml-escape] version = "0.1.0" [dependencies.lfml-html5] version = "0.1.0" [dependencies.lfml-macros] version = "0.1.0" [features] axum = [ "axum-core", "http", ] default = ["axum"]