[build-dependencies.skeptic]
version = "0.13"
[dependencies]
[dev-dependencies.skeptic]
version = "0.13"
[lib]
name = "bumpref"
path = "src/lib.rs"
[lints.clippy]
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["Matthias Endler <matthias@endler.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["rust-patterns", "no-std"]
description = "Explicit .bump() method for Arc and Rc that signals cheap refcount cloning"
documentation = "https://docs.rs/bumpref"
edition = "2024"
homepage = "https://github.com/corrode/bumpref"
keywords = ["arc", "rc", "refcount", "clone", "reference"]
license = "MIT"
name = "bumpref"
readme = "README.md"
repository = "https://github.com/corrode/bumpref"
rust-version = "1.85"
version = "0.1.0"
[[test]]
name = "readme"
path = "tests/readme.rs"