--- fs_at-0.1.10/Cargo.toml 1970-01-01T00:00:01+00:00 +++ fs_at-0.1.10/Cargo.toml 2023-11-05T00:00:23.026421+00:00 @@ -52,7 +52,7 @@ [features] default = [] log = ["dep:log"] -workaround-procmon = ["dep:once_cell"] +workaround-procmon = [] [target."cfg(not(windows))".dependencies.libc] version = "0.2.147" @@ -62,22 +62,3 @@ features = ["dir"] default-features = false -[target."cfg(windows)".dependencies.aligned] -version = "0.4.1" - -[target."cfg(windows)".dependencies.once_cell] -version = "1.18.0" -optional = true - -[target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" -features = [ - "Win32_Foundation", - "Win32_Storage_FileSystem", - "Win32_System_SystemServices", - "Win32_System_WindowsProgramming", - "Win32_Security", - "Win32_System_Kernel", - "Win32_System_IO", - "Win32_System_Ioctl", -]