[package]
edition = "2024"
rust-version = "1.92"
name = "truce-core"
version = "0.48.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for the truce audio plugin framework"
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/truce-audio/truce"
resolver = "2"
[lib]
name = "truce_core"
path = "src/lib.rs"
[dependencies.png]
version = "0.18"
[dependencies.truce-params]
version = "0.48.7"
[dependencies.truce-utils]
version = "0.48.7"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']