[package] name = "lanparty-client-tap" version.workspace = true edition.workspace = true [dependencies] anyhow.workspace = true lanparty-proto = { path = "../lanparty-proto" } [target."cfg(windows)".dependencies] windows-sys = { workspace = true, features = [ "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Registry", ] } [lints.clippy] pedantic = { level = "warn", priority = -1 } todo = "warn" unwrap_used = "warn" [lints.rust] # `deny` rather than `forbid`: this crate needs OS FFI, so single # modules opt back in with `#![allow(unsafe_code)]`. unsafe_code = "deny"