[package] name = "turbosloth-macros" description = "Internals macros for turbosloth" repository = "https://github.com/h3r2tic/turbosloth" version = "0.2.0" authors = ["Tomasz Stachowiak "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1.0" syn = { version = "1.0.35", features = [ "full", "extra-traits" # Debug ] }