# 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 = "2018" name = "faccess" version = "0.2.4" authors = ["Thomas Hurst "] description = "Simple file accessibility checks" readme = "README.md" keywords = [ "file", "access", ] categories = [ "api-bindings", "filesystem", ] license = "MIT" repository = "https://github.com/Freaky/faccess" [package.metadata.docs.rs] targets = [] [dependencies.bitflags] version = "1.2.1" [target."cfg(unix)".dependencies.libc] version = "~0.2.68" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = [ "accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt", ]