asteracea_proc-macro-definitions 0.0.2

Proc macro definitions for Asteracea. They are unlikely to work correctly unless used through the asteracea crate.
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 = "asteracea_proc-macro-definitions"
version = "0.0.2"
authors = ["Tamme Schichler <tamme@schichler.dev>"]
include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"]
description = "Proc macro definitions for Asteracea. They are unlikely to work correctly unless used through the asteracea crate."
homepage = "https://github.com/Tamschi/Asteracea/tree/v0.0.2"
documentation = "https://docs.rs/asteracea/0.0.2"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tamschi/Asteracea"

[lib]
proc-macro = true
[dependencies.call2-for-syn]
version = "1.0.0"

[dependencies.heck]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.proc-macro-crate]
version = "0.1.4"

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

[dependencies.quote]
version = "1.0.2"

[dependencies.rand]
version = "0.7.3"
optional = true

[dependencies.syn]
version = "1.0.13"
features = ["derive", "full", "parsing", "printing", "visit-mut"]
default-features = false

[dependencies.syn-mid]
version = "0.5.0"

[dependencies.take_mut]
version = "0.2.2"

[dependencies.unzip-n]
version = "0.1.1"

[features]
rhizome = []
styles = ["rand"]