[dependencies.mogrify_derive]
version = "0.2.0"
[[example]]
name = "mogrify"
path = "examples/mogrify.rs"
[lib]
name = "mogrify"
path = "src/lib.rs"
[package]
authors = ["Thomas Alton"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = '''Utility macro for autogenerating a "Parse, Don't Validate" `TryFrom` implementation for structs'''
edition = "2021"
homepage = "https://github.com/moatra/mogrify"
keywords = ["parsing", "validation"]
license = "MIT"
name = "mogrify"
readme = "README.md"
repository = "https://github.com/moatra/mogrify"
version = "0.2.0"