# 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 = "fslock-arti-fork" version = "0.2.0" authors = [ "brunoczim ", "Nick Mathewson ", ] description = "A library to use files as locks, forked for use in Arti." readme = "README.md" keywords = [ "file", "lock", "lockfile", "filelock", "lock-file", ] categories = [ "filesystem", "no-std", "concurrency", ] license = "MIT" repository = "https://github.com/nmathewson/fslock/" [features] default = ["std"] std = [] [target."cfg(unix)".dependencies.libc] version = "^0.2.66" default-features = false [target."cfg(windows)".dependencies.winapi] version = "^0.3.8" features = [ "minwindef", "minwinbase", "winbase", "errhandlingapi", "winerror", "winnt", "synchapi", "handleapi", "fileapi", "processthreadsapi", ]