# 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 = "2021" name = "pin-queue" version = "0.2.0" description = "An unbounded queue using pinned nodes" readme = "README.md" categories = [ "no-std", "data-structures", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/ThatRedox/pin-queue/" [dependencies.critical-section] version = "1.1.1" optional = true [dependencies.parking_lot] version = "0.12.1" optional = true [dev-dependencies.critical-section] version = "1.1.1" features = ["std"] [dev-dependencies.parking_lot] version = "0.12.1" [features] critical-section = ["dep:critical-section"] default = ["critical-section"] parking_lot = ["dep:parking_lot"]