[package] name = "mushin_derive" version = "0.1.1" authors = ["Aitor Ruano "] edition = "2018" description = "Compile-time creation of neural networks" homepage = "https://github.com/c0dearm/mushin" repository = "https://github.com/c0dearm/mushin" readme = "../README.md" keywords = ["neural", "network", "artificial", "intelligence", "AI"] categories = ["algorithms", "no-std", "mathematics"] license = "MIT/Apache-2.0" [badges] maintenance = { status = "actively-developed" } codecov = { repository = "c0dearm/mushin" } [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = "1.0" quote = "1.0"