Files
cli/vendor/seize/Cargo.toml

46 lines
1.1 KiB
TOML

# 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 = "seize"
version = "0.3.3"
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
description = "Fast, efficient, and robust memory reclamation for concurrent data structures."
readme = "README.md"
keywords = [
"lock-free",
"atomic",
"garbage",
]
categories = [
"concurrency",
"memory-management",
]
license = "MIT"
repository = "https://github.com/ibraheemdev/seize"
[[bench]]
name = "stack"
harness = false
[[bench]]
name = "single_thread"
harness = false
[dependencies]
[dev-dependencies.criterion]
version = "0.3.5"
[dev-dependencies.crossbeam-epoch]
version = "0.9.8"