[package] name = "vts" version = "1.1.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Nicolas Di Prima "] readme = "README.md" repository = "https://github.com/input-output-hk/ce-vts" homepage = "https://github.com/input-output-hk/ce-vts#README.md" keywords = [ "proc_macro" ] description = """ Macro to generate boiler plate to define new types with associated constraints """ [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.49" quote = "1.0.23" syn = { version = "1.0.107", features = [ "full" ] }