2 Star 0 Fork 0

mirrors_android_source/parking_lot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Jeff Vander Stoep 提交于 2022-12-13 16:36 +08:00 . Upgrade parking_lot to 0.12.1
# 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 = "2018"
name = "parking_lot"
version = "0.12.1"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "More compact and efficient implementations of the standard synchronization primitives."
readme = "README.md"
keywords = [
"mutex",
"condvar",
"rwlock",
"once",
"thread",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Amanieu/parking_lot"
[dependencies.lock_api]
version = "0.4.6"
[dependencies.parking_lot_core]
version = "0.9.0"
[dev-dependencies.bincode]
version = "1.3.3"
[dev-dependencies.rand]
version = "0.8.3"
[features]
arc_lock = ["lock_api/arc_lock"]
deadlock_detection = ["parking_lot_core/deadlock_detection"]
default = []
hardware-lock-elision = []
nightly = [
"parking_lot_core/nightly",
"lock_api/nightly",
]
owning_ref = ["lock_api/owning_ref"]
send_guard = []
serde = ["lock_api/serde"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/parking_lot.git
git@gitee.com:mirrors_android_source/parking_lot.git
mirrors_android_source
parking_lot
parking_lot
main

搜索帮助