# 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 = "sparking-lot-core" version = "0.1.3" authors = ["Julius Janeliƫnas"] description = "A simple implementation of parking on addresses." readme = "README.md" categories = ["concurrency"] license = "MIT" repository = "https://github.com/JuliusEmperorOfRome/sparking-lot-core" [dependencies.cfg-if] version = "1.0.0" [features] loom-test = [] more-concurrency = [] thread-parker = [] [target."cfg(loom)".dependencies.loom] version = "0.7" features = ["checkpoint"]