fluid_attributes 0.4.0

Proc macro attributes for the fluid crate.
Documentation
[package]
name = "fluid_attributes"
version = "0.4.0"
authors = ["Boiethios <felix-dev@daudre-vignier.fr>"]
license = "Apache-2.0"
documentation = "https://docs.rs/fluid/"
repository = "https://gitlab.com/Boiethios/fluid-rs"
homepage = "https://gitlab.com/Boiethios/fluid-rs/wikis"
edition = "2018"

description = "Proc macro attributes for the fluid crate."

[features]
debug = []

[lib]
proc-macro = true

[dependencies]
pm = { package = "proc-macro2", version = "0.4" }
quote = "0.6"
syn = { version = "0.15", features = ["full", "extra-traits", "visit", "visit-mut"] }
uuid = { version = "0.7", features = ["v4"] }