maud_macros 0.18.1

Compile-time HTML templates.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "maud_macros"
version = "0.18.1"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
description = "Compile-time HTML templates."
homepage = "https://maud.lambda.xyz/"
documentation = "https://docs.rs/maud_macros/"
license = "MIT/Apache-2.0"
repository = "https://github.com/lfairy/maud"

[lib]
name = "maud_macros"
proc-macro = true
[dependencies.literalext]
version = "0.1"
features = ["proc-macro"]
default-features = false

[dependencies.matches]
version = "0.1.6"

[dependencies.maud_htmlescape]
version = "0.17.0"
[badges.travis-ci]
repository = "lfairy/maud"