diagnosticism 0.4.2

Miscellaneous discrete and simple diagnostics facilities (for Rust)
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 = "2021"
rust-version = "1.74"
name = "diagnosticism"
version = "0.4.2"
authors = ["Matt Wilson <matthew@synesis.com.au>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Miscellaneous discrete and simple diagnostics facilities (for Rust)"
homepage = "https://github.com/synesissoftware/Diagnosticism.Rust"
readme = "README.md"
keywords = [
    "debug",
    "diagnostics",
    "fmt",
    "logging",
    "profiling",
]
categories = [
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/Diagnosticism.Rust"

[features]
_NEVER_TO_BE_ENABLED = []
null-feature = []
test-doomgram = ["dep:rand"]

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

[[example]]
name = "debug-squeezer"
path = "examples/debug_squeezer.rs"

[[example]]
name = "doomgram"
path = "examples/doomgram.rs"
required-features = ["test-doomgram"]

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

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

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

[[bench]]
name = "doomgram"
path = "benches/doomgram.rs"
harness = false

[[bench]]
name = "time_format"
path = "benches/time_format.rs"
harness = false

[dependencies.base-traits]
version = "0"
features = []
default-features = false

[dependencies.rand]
version = "0.10"
optional = true

[dev-dependencies.criterion]
version = "0.8"