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 believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "parking_lot_core" 16version = "0.8.3" 17authors = ["Amanieu d'Antras <amanieu@gmail.com>"] 18description = "An advanced API for creating custom synchronization primitives." 19keywords = ["mutex", "condvar", "rwlock", "once", "thread"] 20categories = ["concurrency"] 21license = "Apache-2.0/MIT" 22repository = "https://github.com/Amanieu/parking_lot" 23[dependencies.backtrace] 24version = "0.3.49" 25optional = true 26 27[dependencies.cfg-if] 28version = "1.0.0" 29 30[dependencies.instant] 31version = "0.1.4" 32 33[dependencies.petgraph] 34version = "0.5.1" 35optional = true 36 37[dependencies.smallvec] 38version = "1.6.1" 39 40[dependencies.thread-id] 41version = "3.3.0" 42optional = true 43 44[features] 45deadlock_detection = ["petgraph", "thread-id", "backtrace"] 46nightly = [] 47[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] 48version = "0.2.4" 49[target."cfg(unix)".dependencies.libc] 50version = "0.2.71" 51[target."cfg(windows)".dependencies.winapi] 52version = "0.3.8" 53features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"] 54