# 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.69.0" name = "priority-inheriting-lock" version = "1.0.0" authors = ["Ryan Zoeller "] description = "A priority-inheriting lock based on Linux futexes" readme = "README.md" categories = [ "concurrency", "os::linux-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rtzoeller/rust-priority-inheriting-lock/" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.libc] version = "0.2.155" [dependencies.linux-futex] version = "1.0.0" [dependencies.lock_api] version = "0.4.12" [dev-dependencies.nix] version = "0.29.0" features = ["user"] default-features = false [dev-dependencies.procfs] version = "0.16.0" default-features = false