lockless-datastructures 0.1.0

A bunch of lockless datastructures
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 = "lockless-datastructures"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bunch of lockless datastructures"
homepage = "https://github.com/vighnesh-sawant/lockless-datastructures"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vighnesh-sawant/lockless-datastructures"

[lib]
name = "lockless_datastructures"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.js-sys]
version = "0.3.85"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.wasm-bindgen]
version = "0.2.108"

[dependencies.web-sys]
version = "0.3.85"
features = [
    "Window",
    "Document",
    "HtmlCanvasElement",
    "CanvasRenderingContext2d",
    "Element",
    "HtmlInputElement",
]

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]