quantifiable-derive 0.1.0

The derive macro of the quantifiable trait in the caminos-lib crate.
Documentation
[package]
name = "quantifiable-derive"
version = "0.1.0"
authors = ["Cristóbal Camarero <cristobal.camarero@unican.es>"]
description = "The derive macro of the quantifiable trait in the caminos-lib crate."
publish = true
documentation = "https://docs.rs/quantifiable-derive"
license = "MIT/Apache-2.0"

[lib]
proc-macro = true

[dependencies]
#quote = "0.3"
#syn = "0.11"
#syn needs the full feature to process <dyn Trait>
#syn = {version="0.11", features=["full"]}
#syn = "1.0.16"
synstructure = "0.5"
proc-macro2 = "1.0.24"
syn = "1.0"
quote = "1.0"