blob: 2fdf5e84d51bec6cae1e6310181c23b7c6fc2030 [file] [log] [blame]
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +02001# 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
Joel Galensone3392072021-09-22 11:13:35 -07006# to registry (e.g., crates.io) dependencies.
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +02007#
Joel Galensone3392072021-09-22 11:13:35 -07008# 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.
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020011
12[package]
13edition = "2018"
14name = "parking_lot_core"
David LeGare2aced652022-03-02 16:20:46 +000015version = "0.9.1"
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020016authors = ["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]
Joel Galensone3392072021-09-22 11:13:35 -070023version = "0.3.60"
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020024optional = true
25
26[dependencies.cfg-if]
Haibo Huang27f39982020-12-22 18:16:15 -080027version = "1.0.0"
Jeff Vander Stoep3bd61482020-10-21 21:46:08 +020028
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020029[dependencies.petgraph]
Jeff Vander Stoep3bd61482020-10-21 21:46:08 +020030version = "0.5.1"
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020031optional = true
32
33[dependencies.smallvec]
Haibo Huang4e04f9d2021-02-12 17:31:28 -080034version = "1.6.1"
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020035
36[dependencies.thread-id]
Joel Galensone3392072021-09-22 11:13:35 -070037version = "4.0.0"
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020038optional = true
39
40[features]
41deadlock_detection = ["petgraph", "thread-id", "backtrace"]
42nightly = []
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020043[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
Joel Galensone3392072021-09-22 11:13:35 -070044version = "0.2.8"
Jeff Vander Stoepcd07f732020-10-14 15:10:30 +020045[target."cfg(unix)".dependencies.libc]
Joel Galensone3392072021-09-22 11:13:35 -070046version = "0.2.95"
David LeGare2aced652022-03-02 16:20:46 +000047[target."cfg(windows)".dependencies.windows-sys]
48version = "0.32"
49features = ["Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_WindowsProgramming"]