[package]
edition = "2024"
rust-version = "1.88"
name = "truce-utils"
version = "0.35.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, dependency-free utilities shared across the truce workspace (numeric-cast helpers, slug)"
homepage = "https://github.com/truce-audio/truce"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/truce-audio/truce"
resolver = "2"
[lib]
name = "truce_utils"
path = "src/lib.rs"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']