[package] name = "lanparty-client-route" version.workspace = true edition.workspace = true [dependencies] anyhow.workspace = true [target."cfg(windows)".dependencies] windows-sys = { workspace = true, features = [ "Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", ] } [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"