# 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 = "singletonThread" version = "1.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "thread in a singleton" readme = "README.md" keywords = [ "singleton", "thread", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/hyultis/singletonThread" [lib] name = "singletonThread" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.parking_lot] version = "0.12" [dependencies.thread-priority] version = "1.1"