[dependencies.proc-macro2]
version = "1.0.40"
[dependencies.quote]
version = "1.0.20"
[dependencies.syn]
features = ["full"]
version = "1.0.98"
[lib]
proc-macro = true
test = true
[package]
authors = ["FL03 <jo3mccain@icloud.com>"]
categories = []
description = "Derive macros created for Algae, a collection of useful algorithms and data-structures"
edition = "2021"
homepage = "https://scattered-systems.github.io/algae"
keywords = ["algorithms", "data-structures", "derive"]
license = "MIT"
name = "algae-derive"
readme = "README.md"
repository = "https://github.com/scattered-systems/algae"
version = "0.1.8"