[package]
edition = "2024"
rust-version = "1.92"
name = "truce-font"
version = "0.49.21"
build = false
include = [
"src/**",
"fonts/JetBrainsMono-Regular.ttf",
"fonts/OFL.txt",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bundled fonts for the truce audio plugin framework. JetBrains Mono is bundled under the SIL Open Font License 1.1."
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/truce-audio/truce"
resolver = "2"
[lib]
name = "truce_font"
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"))']