# 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 = "lockerroom" version = "0.2.1" authors = ["nutsalhan87"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Readers-writer access to individual cells of your collection!" readme = "README.md" keywords = ["collections"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/nutsalhan87/lockerroom" [package.metadata.docs.rs] all-features = true [lib] name = "lockerroom" path = "src/lib.rs" [dependencies.tokio] version = "1.38.1" features = ["sync"] optional = true [dev-dependencies.tokio] version = "1.38.1" features = ["macros"] [dev-dependencies.tokio-test] version = "0.4.4" [features] async = ["dep:tokio"]