# 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] name = "widerwlock" version = "0.5.0" authors = ["Mohammad Rezaei "] exclude = [".travis.yml", "benchmarks/*", "benches/*", ".gitignore", ".gitattributes", "tests/*"] description = "A partitioned read-write lock optimized for many parallel readers.\n" homepage = "https://github.com/mohrezaei/widerwlock" documentation = "https://docs.rs/widerwlock" readme = "README.md" keywords = ["lock", "read-write", "rwlock"] license = "MIT/Apache-2.0" repository = "https://github.com/mohrezaei/widerwlock" [dependencies.parking_lot_core] version = "0.3" [dev-dependencies.parking_lot] version = "0.6" [dev-dependencies.rand] version = "0.5.5" [dev-dependencies.xoshiro] version = "0.0.4"