pixbar 0.2.0

Sub-cell-precision two-value progress bar for narrow terminal widths (Unicode 1/8 block, no font patching required).
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"
name = "pixbar"
version = "0.2.0"
authors = ["pshu <stormslowly@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sub-cell-precision two-value progress bar for narrow terminal widths (Unicode 1/8 block, no font patching required)."
homepage = "https://github.com/stormslowly/pixbar"
documentation = "https://docs.rs/pixbar"
readme = "README.md"
keywords = [
    "progress",
    "progressbar",
    "tui",
    "terminal",
    "cli",
]
categories = [
    "command-line-interface",
    "visualization",
]
license = "MIT"
repository = "https://github.com/stormslowly/pixbar"

[package.metadata.docs.rs]
all-features = true

[package.metadata.release]
publish = false
push = true
tag-name = "v{{version}}"
pre-release-commit-message = "release: {{version}}"

[features]
html = []

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

[[bin]]
name = "pixbar-bench"
path = "src/bin/pixbar_bench.rs"

[[example]]
name = "animated"
path = "examples/animated.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "degrade_ladder"
path = "examples/degrade_ladder.rs"

[[example]]
name = "narrow"
path = "examples/narrow.rs"

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

[dependencies.crossterm]
version = "0.28"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.proptest]
version = "1"