keyed_concurrent_queue 0.1.3

This crate provides a concurrent queue which you can key on like a HashMap.
Documentation
# 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 = "2024"
name = "keyed_concurrent_queue"
version = "0.1.3"
authors = ["Malek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This crate provides a concurrent queue which you can key on like a HashMap."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/MalekiRe/scoped_static"

[features]
default = ["std"]
std = []

[lib]
name = "keyed_concurrent_queue"
path = "src/lib.rs"

[dependencies.bevy_platform]
version = "0.18.1"
features = ["alloc"]
default-features = false

[dependencies.concurrent-queue]
version = "2.5.0"
default-features = false