# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.71.0" name = "fs_at" version = "0.2.1" authors = ["Robert Collins "] description = "Implementation of 'at' functions for various platforms" readme = "README.md" categories = [ "filesystem", "os", ] license = "Apache-2.0" repository = "https://github.com/rbtcollins/fs_at.git" [dependencies.cfg-if] version = "1.0.0" [dependencies.cvt] version = "0.1.1" [dependencies.log] version = "0.4.21" optional = true [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.fs-set-times] version = "0.20.1" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.test-log] version = "0.2.16" [features] default = [] log = ["dep:log"] workaround-procmon = ["dep:once_cell"] [target."cfg(not(windows))".dependencies.libc] version = "0.2.153" [target."cfg(not(windows))".dependencies.nix] version = "0.29.0" features = ["dir"] default-features = false [target."cfg(windows)".dependencies.aligned] version = "0.4.1" [target."cfg(windows)".dependencies.once_cell] version = "1.19.0" optional = true [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_SystemServices", "Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_SystemServices", "Win32_System_WindowsProgramming", ]