2 Star 0 Fork 0

mirrors_android_source/parking_lot_core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Jeff Vander Stoep 提交于 2024-02-05 16:25 +08:00 . Upgrade parking_lot_core to 0.9.9
# 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"
rust-version = "1.49.0"
name = "parking_lot_core"
version = "0.9.9"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "An advanced API for creating custom synchronization primitives."
keywords = [
"mutex",
"condvar",
"rwlock",
"once",
"thread",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Amanieu/parking_lot"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[dependencies.backtrace]
version = "0.3.60"
optional = true
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.petgraph]
version = "0.6.0"
optional = true
[dependencies.smallvec]
version = "1.6.1"
[dependencies.thread-id]
version = "4.0.0"
optional = true
[features]
deadlock_detection = [
"petgraph",
"thread-id",
"backtrace",
]
nightly = []
[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
version = "0.4"
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
[target."cfg(windows)".dependencies.windows-targets]
version = "0.48.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/parking_lot_core.git
git@gitee.com:mirrors_android_source/parking_lot_core.git
mirrors_android_source
parking_lot_core
parking_lot_core
main

搜索帮助