[package] name = "wasmbin-derive" version = "0.2.3" authors = ["Ingvar Stepanyan "] edition = "2018" license = "Apache-2.0" description = "Derive crate for the wasmbin library" repository = "https://github.com/RReverser/wasmbin" [lib] proc-macro = true [dependencies] synstructure = "0.13.0" quote = "1.0.35" proc-macro2 = "1.0.76" syn = "2.0.48" thiserror = "1.0.56"