parse-display 0.9.0

Procedural macro to implement Display and FromStr using common settings.
Documentation
[dependencies.parse-display-derive]
version = "=0.9.0"

[dependencies.regex]
optional = true
version = "1.10.3"

[dependencies.regex-syntax]
optional = true
version = "0.8.2"
[dev-dependencies.trybuild]
version = "1.0.89"

[features]
default = ["std"]
docs = []
std = ["regex", "regex-syntax"]

[package]
authors = ["frozenlib"]
categories = ["parsing"]
description = "Procedural macro to implement Display and FromStr using common settings."
documentation = "https://docs.rs/parse-display/"
edition = "2021"
include = ["/src/**"]
keywords = ["derive", "enum", "from_str", "display", "regex"]
license = "MIT OR Apache-2.0"
name = "parse-display"
readme = "README.md"
repository = "https://github.com/frozenlib/parse-display"
version = "0.9.0"
[package.metadata.docs.rs]
features = ["docs"]