libutils 5.17.24

Common library types for faster development
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"
rust-version = "1.98"
name = "libutils"
version = "5.17.24"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common library types for faster development"
readme = "README.md"
license = "MIT"

[features]
array = []
cage = []
default = [
    "array",
    "cage",
    "report",
    "terminal",
]
report = ["terminal"]
terminal = [
    "cage",
    "report",
]

[lib]
name = "libutils"
path = "lib.rs"

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

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

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

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

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

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

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

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

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
strip = true

[profile.release]
opt-level = 3