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