# 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 = "range-mutex" version = "0.1.6" authors = ["Zachary S"] description = "A `Mutex<[T]>`-like type, that allows locking different ranges separately." readme = "README.md" keywords = ["mutex"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/zachs18/range-mutex" [dependencies.parking_lot] version = "0.12.1" [dev-dependencies.itertools] version = "0.11.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.29.1" features = [ "macros", "time", "rt", "test-util", ] [features] async = [] default = ["async"]