[package] name = "fax_derive" version = "0.1.0" authors = ["Sebastian K "] edition = "2018" description = "Bitstream matcher for the fax crate" license = "MIT" repository = "https://github.com/pdf-rs/fax" [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0" [lib] proc-macro = true