qpprint 0.4.0

Simple console printing/formatting.
Documentation
# 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"
rust-version = "1.85"
name = "qpprint"
version = "0.4.0"
build = false
exclude = [
    ".fossil-settings",
    ".efiles",
    ".fslckout",
    "examples",
    "www",
    "bacon.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple console printing/formatting."
readme = "README.md"
keywords = [
    "cli",
    "console",
    "terminal",
    "format",
    "print",
]
categories = ["text-processing"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/qpprint"

[badges.maintenance]
status = "experimental"

[lib]
name = "qpprint"
path = "src/lib.rs"

[[test]]
name = "expect"
path = "tests/expect.rs"

[[test]]
name = "regress"
path = "tests/regress.rs"

[dependencies.terminal_size]
version = "0.4.2"

[dependencies.unicode-width]
version = "0.2.0"

[dependencies.yansi]
version = "1.0.1"

[lints.clippy]
multiple_crate_versions = "allow"

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

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

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