1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "parking_lot_core" 15version = "0.9.1" 16authors = ["Amanieu d'Antras <amanieu@gmail.com>"] 17description = "An advanced API for creating custom synchronization primitives." 18keywords = ["mutex", "condvar", "rwlock", "once", "thread"] 19categories = ["concurrency"] 20license = "Apache-2.0/MIT" 21repository = "https://github.com/Amanieu/parking_lot" 22[dependencies.backtrace] 23version = "0.3.60" 24optional = true 25 26[dependencies.cfg-if] 27version = "1.0.0" 28 29[dependencies.petgraph] 30version = "0.5.1" 31optional = true 32 33[dependencies.smallvec] 34version = "1.6.1" 35 36[dependencies.thread-id] 37version = "4.0.0" 38optional = true 39 40[features] 41deadlock_detection = ["petgraph", "thread-id", "backtrace"] 42nightly = [] 43[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] 44version = "0.2.8" 45[target."cfg(unix)".dependencies.libc] 46version = "0.2.95" 47[target."cfg(windows)".dependencies.windows-sys] 48version = "0.32" 49features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_WindowsProgramming"] 50