[package] name = "tryfromfail" version = "0.1.0" description = "Derive failing TryFrom for a set of target types." authors = ["Sam Green "] license = "MIT" repository = "https://gitlab.com/samgreen/tryfromfail" readme = "README.md" keywords = ["derive"] categories = ["development-tools", "development-tools::procedural-macro-helpers"] [badges] gitlab = { repository = "https://gitlab.com/samgreen/tryfromfail", branch = "master" } [dependencies] syn = "0.13" quote = "0.5" [lib] proc-macro = true