wearte_derive 0.0.2

Procedural macro package for wearte
Documentation
# 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]
edition = "2018"
name = "wearte_derive"
version = "0.0.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Daniel Griffen <daniel@griffen.io>"]
description = "Procedural macro package for wearte"
homepage = "https://github.com/dgriffen/wearte"
documentation = "https://docs.rs/wearte_derive"
readme = "../README.md"
keywords = ["markup", "template", "handlebars", "html", "wearte_derive"]
categories = ["template-engine"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dgriffen/wearte"

[lib]
proc-macro = true
[dependencies.memchr]
version = "2.1"

[dependencies.mime_guess]
version = "2.0.0-alpha"

[dependencies.nom]
version = "4.2"

[dependencies.prettyprint]
version = "0.4"

[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

[dependencies.syn]
version = "0.15"
features = ["full", "visit", "extra-traits"]

[dependencies.tempfile]
version = "3.0"

[dependencies.toolchain_find]
version = "0.1"

[dependencies.wearte_config]
version = "0.0"

[features]
actix-web = []
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "dgriffen/wearte"