typical 0.12.0

Data interchange with algebraic data types.
[dependencies.clap]
features = ["wrap_help"]
version = "2"

[dependencies.colored]
version = "1"

[dependencies.pad]
version = "0.1"

[dependencies.textwrap]
version = "0.14"

[dependencies.unicode-segmentation]
version = "1"
[lints.clippy]
default_numeric_fallback = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
warnings = "deny"

[package]
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
description = "Data interchange with algebraic data types."
documentation = "https://github.com/stepchowfun/typical"
edition = "2021"
homepage = "https://github.com/stepchowfun/typical"
license = "MIT"
name = "typical"
readme = "README.md"
repository = "https://github.com/stepchowfun/typical"
version = "0.12.0"