# 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 = "bombs" version = "0.2.1" description = "Efficient single-producer multi-consumer channel types." readme = "README.md" keywords = [ "spmc", "atomic", "non-blocking", "lock-free", ] categories = [ "concurrency", "data-structures", "memory-management", ] license = "Apache-2.0" repository = "https://gitlab.com/nebneb0703/bombs" [dependencies.sptr] version = "0.3.2" [target."cfg(loom)".dependencies.loom] version = "0.5.6"