fyi_msg 0.9.1

Simple ANSI-formatted, prefixed messages for console printing.
Documentation
[[bench]]
harness = false
name = "fm_buffer"

[[bench]]
harness = false
name = "fm_buffer_mut"

[[bench]]
harness = false
name = "fm_fitted"

[[bench]]
harness = false
name = "fm_msg"

[[bench]]
harness = false
name = "fm_msg_fitted"

[[bench]]
harness = false
name = "fm_msg_timestamps"
[dependencies.ahash]
optional = true
version = "0.7.*"

[dependencies.atomic]
optional = true
version = "0.5.*"

[dependencies.bytecount]
optional = true
version = "0.6.*"

[dependencies.dactyl]
version = "0.2.*"

[dependencies.term_size]
optional = true
version = "0.3.*"

[dependencies.time]
default-features = false
features = ["std", "local-offset"]
optional = true
version = "0.3.*"

[dependencies.unicode-width]
optional = true
version = "0.1.*"
[dev-dependencies.brunch]
version = "0.2.*"

[dev-dependencies.rayon]
version = "1.5.*"

[features]
bin_kinds = []
fitted = ["unicode-width"]
progress = ["ahash", "atomic", "bytecount", "fitted", "term_size"]
timestamps = ["time"]

[package]
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
description = "Simple ANSI-formatted, prefixed messages for console printing."
edition = "2021"
exclude = ["examples"]
license = "WTFPL"
name = "fyi_msg"
readme = "README.md"
repository = "https://github.com/Blobfolio/fyi"
rust-version = "1.56"
version = "0.9.1"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["fitted", "progress", "timestamps"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]