[package] name = "libremetaverse-opus" version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true repository.workspace = true description = "Safe system-libopus adapter for MetaCrate" build = "build.rs" [build-dependencies] pkg-config = "0.3" vcpkg = "0.2" # cargo-machete cannot associate target-conditional build.rs references with # build dependencies. Both crates are invoked directly in build.rs. [package.metadata.cargo-machete] ignored = ["pkg-config", "vcpkg"] # Unsafe code is permitted only inside this reviewed native ABI boundary. # Every consumer receives an owned, validated safe Rust API. [lints.rust] unsafe_code = "allow" [lints.clippy] all = { level = "warn", priority = -1 } pedantic = { level = "warn", priority = -1 }