[package] name = "mullvad-paths" description = "Mullvad VPN application paths and directories" authors.workspace = true repository.workspace = true license.workspace = true edition.workspace = true rust-version.workspace = true [lints] workspace = true [dependencies] thiserror = { workspace = true } log = { workspace = true } [target.'cfg(windows)'.dependencies] widestring = { workspace = true } once_cell = { workspace = true } [target.'cfg(windows)'.dependencies.windows-sys] workspace = true features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_ProcessStatus", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_UI_Shell", "Win32_System_Memory", ]