atomic-progress 0.1.5

A high-performance, cloneable progress tracker with minimal locking overhead.
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 = "atomic-progress"
version = "0.1.5"
authors = ["Cody Wyatt Neiman (xangelix) <neiman@cody.to>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, cloneable progress tracker with minimal locking overhead."
documentation = "https://docs.rs/atomic-progress"
readme = "README.md"
keywords = [
    "progress",
    "headless",
    "concurrent",
    "state",
    "atomic",
]
categories = [
    "concurrency",
    "data-structures",
    "development-tools",
    "command-line-interface",
    "gui",
]
license = "MIT"
repository = "https://github.com/xangelix/atomic-progress"

[features]
default = ["terminal"]
rkyv = [
    "dep:rkyv",
    "compact_str/rkyv",
]
serde = [
    "dep:serde",
    "compact_str/serde",
]
terminal = ["prettier-bytes"]

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

[dependencies.compact_str]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"
features = ["hardware-lock-elision"]

[dependencies.prettier-bytes]
version = "0.2.0"
optional = true

[dependencies.rkyv]
version = "0.8"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.web-time]
version = "1"