truce-driver 0.48.10

Headless driver for truce plugins - instantiate, feed scripted audio + events, capture output
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.92"
name = "truce-driver"
version = "0.48.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless driver for truce plugins - instantiate, feed scripted audio + events, capture output"
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/truce-audio/truce"
resolver = "2"

[features]
default = []
wav = ["dep:hound"]

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

[dependencies.hound]
version = "3"
optional = true

[dependencies.truce-core]
version = "0.48.10"

[dependencies.truce-params]
version = "0.48.10"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']