[package] name = "recap-derive" version = "0.1.2" authors = ["softprops "] description = "Derives FromStr impl for types which are then deserialized using recap" license = "MIT" keywords = ["regex", "serde"] readme = "../README.md" documentation = "https://docs.rs/recap-derive" homepage = "https://github.com/softprops/recap" repository = "https://github.com/softprops/recap" edition = "2021" [lib] proc-macro = true [badges] coveralls = { repository = "softprops/recap" } maintenance = { status = "actively-developed" } travis-ci = { repository = "softprops/recap" } [dependencies] proc-macro2 = "1" quote = "1" regex = "1.2" syn = "1"