# 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" name = "qrwlock" version = "0.2.0" authors = ["Pavel Skripkin paskripkin@gmail.com"] description = "Fair queued read-write lock" readme = "README.md" keywords = [ "rwlock", "locking", ] license = "MIT" repository = "https://github.com/pskrgag/rust-qrwlock" [dependencies.spin] version = "0.9.4" features = [ "ticket_mutex", "spin_mutex", ] default-features = false [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.rand] version = "0.8.5"