typical 0.13.0

Data interchange with algebraic data types.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "typical"
version = "0.13.0"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data interchange with algebraic data types."
homepage = "https://github.com/stepchowfun/typical"
documentation = "https://github.com/stepchowfun/typical"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stepchowfun/typical"

[[bin]]
name = "typical"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.pad]
version = "0.1"

[dependencies.textwrap]
version = "0.16"

[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"