sandpit 0.5.2

A concurrent garbage collected arena
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 = "2021"
rust-version = "1.79.0"
name = "sandpit"
version = "0.5.2"
authors = ["Niland Schumacher <naschuma@ucsc.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A concurrent garbage collected arena"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nilandasd/sandpit"

[features]
default = ["std"]
multi_threaded = [
    "std",
    "dep:crossbeam-channel",
]
std = []

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

[[test]]
name = "fuzz_lib"
path = "tests/fuzz_lib.rs"

[[test]]
name = "fuzz_tests"
path = "tests/fuzz_tests.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

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

[dependencies.crossbeam-channel]
version = "0.5.13"
optional = true

[dependencies.higher-kinded-types]
version = "0.1.1"

[dependencies.nimix]
version = "0.2.0"

[dependencies.sandpit_derive]
version = "0.5.2"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand]
version = "0.8.4"

[profile.bench]
debug = 2