[package] name = "impl-converter-helper" version = "0.1.2" edition = "2021" authors = ["Yuichiro Terada "] repository = "https://github.com/u1roh/impl-converter-helper-rs" documentation = "https://docs.rs/impl-converter-helper" keywords = ["macro", "converter", "From", "TryFrom"] readme = "README.md" description = "declarative macro library to help you implement the `From` or `TryFrom` trait for your type." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] warned = { version = "0.1", optional = true } [dev-dependencies] anyhow = "1.0"