# 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 = "key-mutex" version = "0.1.3" authors = ["Mivik "] description = "Access mutexes by key" readme = "README.md" keywords = [ "lock", "mutex", "rwlock", "concurrent", "map", ] categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/Mivik/key-mutex" [dependencies.dashmap] version = "5.5.3" [dependencies.guardian] version = "1.1.0" optional = true [dependencies.tokio] version = "1.36.0" features = ["sync"] optional = true [features] default = ["std"] std = ["dep:guardian"] tokio = ["dep:tokio"]