# 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] edition = "2018" name = "tokio-lk" version = "0.2.2" authors = ["zenix "] description = "Futures-aware lock-by-id primitives" homepage = "https://github.com/zenixls2/tokio-lk" documentation = "https://docs.rs/tokio-lk/" readme = "README.md" keywords = ["futures", "async", "future", "tokio", "mutex"] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/zenixls2/tokio-lk" [package.metadata.docs.rs] all-features = true [profile.bench] opt-level = 3 lto = true [profile.test] [dependencies.crossbeam] version = "0.7.3" [dependencies.dashmap] version = "3.7.0" optional = true [dependencies.futures] version = "0.3" [dependencies.hashbrown] version = "0.7.1" features = ["nightly", "inline-more", "ahash", "ahash-compile-time-rng"] optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.tokio] version = "0.2" features = ["rt-core", "rt-threaded", "rt-util", "time", "macros"] [features] all = ["dashmap", "hashbrown"] default = ["hashbrown"] [badges.travis-ci] repository = "zenixls2/tokio-lk"