weakref 0.2.2

Copy+static reference type which checks liveness at runtime.
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.83"
name = "weakref"
version = "0.2.2"
authors = ["Sam Sartor <me@samsartor.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Copy+static reference type which checks liveness at runtime."
documentation = "https://docs.rs/weakref"
readme = "README.md"
keywords = [
    "generational",
    "reference",
    "copy",
]
categories = ["memory-management"]
license = "MIT"
repository = "https://github.com/samsartor/weakref"

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

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

[dependencies.crossbeam-epoch]
version = "0.9"

[dependencies.crossbeam-queue]
version = "0.3"

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

[target."cfg(loom)".dependencies.loom]
version = "0.7"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]