# 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" rust-version = "1.71" name = "fhtml" version = "0.6.1" authors = ["Jonah Lund "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "std-compatible HTML formatting macros" homepage = "https://github.com/JonahLund/fhtml" readme = "README.md" keywords = [ "html", "macro", "template", "formatting", ] categories = [ "template-engine", "value-formatting", "web-programming", ] license = "MIT" repository = "https://github.com/JonahLund/fhtml" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fhtml" path = "src/lib.rs" [dependencies.fhtml-macros] version = "0.6.1"