# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "simplelock" version = "0.4.1" authors = ["Alexander Dean-Kennedy "] exclude = ["*"] include = ["src/**/*.rs", "LICENSE", "README.md"] description = "Simple abstractions for inter-process synchronization." readme = "README.md" keywords = ["ipc", "semaphore", "lock", "file", "mutex"] categories = ["command-line-interface", "command-line-utilities", "concurrency"] license = "MIT" repository = "https://git.sr.ht/~dstar4138/simplelock" [package.metadata.docs.rs] all-features = true [dependencies.cfg-if] version = "1.0.0" [dependencies.fs2] version = "0.4.3" optional = true [dependencies.libc] version = "0.2.71" optional = true [dependencies.nix] version = "0.19.1" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0.19" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] optional = true [features] default = [] fake = [] file = ["fs2", "serde", "serde_json", "uuid"] sema = ["libc", "nix"]