irox-progress 0.6.0

An ecosystem for displaying progress, either in a UI or on the terminal.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "irox-bits"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbe159f1f0679d536a9982fb5e6a136ce7d04e7b9d379f5df9ed64ca8423d8d3"

[[package]]
name = "irox-derive-helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d208706b78af9b7f64733e9eb10abd9cfc5f6d2222206083e246d0d97cc8c441"
dependencies = [
 "irox-tools",
]

[[package]]
name = "irox-enums"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac9e2ef0ec6807c038e3067d3644e8284fbe3f8626c0d6469edf3499af716b7a"
dependencies = [
 "irox-enums_derive",
]

[[package]]
name = "irox-enums_derive"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "380e2c38ebe968f2c0881c39413df16a9774058aa95315d98b420779bd8db9ef"
dependencies = [
 "irox-derive-helpers",
 "syn",
]

[[package]]
name = "irox-fixedmath"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af6b56555cd482a4cf61caa40738a69ea332a12a11893747aec79823b6bba96"
dependencies = [
 "irox-tools",
]

[[package]]
name = "irox-progress"
version = "0.6.0"
dependencies = [
 "irox-bits",
 "irox-time",
 "irox-tools",
 "log",
]

[[package]]
name = "irox-time"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb79816e87f2f190ab08b83f5e4436b32b5bbab3dd4449c63b615025c7df6241"
dependencies = [
 "irox-enums",
 "irox-fixedmath",
 "irox-tools",
 "irox-units",
]

[[package]]
name = "irox-tools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "761705512ce05605509536bb2cc48f4d9dcb20d07ed20e1434f498c66c9dfb88"
dependencies = [
 "irox-bits",
]

[[package]]
name = "irox-units"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a7c8c0f3e9176c364d10acac0186bd419cb70c1041dd1aeb5f2a06b323eee7"
dependencies = [
 "irox-tools",
]

[[package]]
name = "log"
version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"

[[package]]
name = "proc-macro2"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"