[package] name = "fast_new_type" version = "0.1.7" # remember to change html root url authors = ["Dang "] edition = "2018" repository = "https://github.com/NonNullableName/fast_new_type/" description = "A proc_macro attribute to implement common traits for a custom type wrapping other." license = "Unlicense" readme = "README.md" keywords = ["newtype", "macro", "attribute", "construct"] categories = ["no-std", "rust-patterns"] [lib] proc-macro = true [features] default = ["from_struct_for_type"] from_struct_for_type = [] [dependencies] syn_str = "0.1"