# 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 = "interlock" version = "0.0.4" authors = ["yvt "] description = "Readers-writer locks designed for locking intervals" readme = "README.md" categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/interlock-rs" [package.metadata.docs.rs] all-features = true [[bench]] name = "slice_vs_naive" harness = false [dependencies.cfg-if] version = "1.0.0" [dependencies.futures] version = "0.3.16" default-features = false [dependencies.lock_api] version = "0.4.5" optional = true [dependencies.pin-cell] version = "0.2.0" [dependencies.pin-project] version = "1.0.8" [dependencies.pin-utils] version = "0.1.0" [dependencies.stable_deref_trait] version = "1.2.0" default-features = false [dependencies.thiserror] version = "1.0.28" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.cryo] version = "0.3.0" [dev-dependencies.futures] version = "0.3.16" [dev-dependencies.log] version = "0.4.8" [dev-dependencies.parking_lot] version = "0.12.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.tokio] version = "1.11" features = [ "rt-multi-thread", "rt", "macros", "time", ] [features] alloc = ["stable_deref_trait/alloc"] async = ["lock_api"] default = [] doc_cfg = [] std = [ "stable_deref_trait/std", "thiserror", "alloc", ]