graph-clonable-ref 0.2.0

A fast, thread-safe cloneable reference that preserves reference structure during deep cloning
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"
rust-version = "1.85"
name = "graph-clonable-ref"
version = "0.2.0"
authors = ["prizzledev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, thread-safe cloneable reference that preserves reference structure during deep cloning"
documentation = "https://docs.rs/graph-clonable-ref"
readme = "README.md"
keywords = [
    "clone",
    "deep-clone",
    "reference",
    "graph",
    "thread-safe",
]
categories = [
    "data-structures",
    "concurrency",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/prizzledev/graph-clonable-ref"

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

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

[dependencies.parking_lot]
version = "0.12"

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