# 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 = "nblock" version = "0.3.0" authors = ["Eric Thill"] exclude = ["Cargo.lock"] description = "Non-Blocking Runtime" readme = "README.md" keywords = [ "nonblocking", "runtime", ] categories = [ "concurrency", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/thill/nblock" [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.crossbeam-utils] version = "0.8.20" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.spinning_top] version = "0.3.0"