[package]
edition = "2024"
name = "once-arc"
version = "0.1.1"
authors = ["SrTobi <srtobi@proton.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Initialize-once Arc<T> containers with zero-cost reads"
homepage = "https://github.com/SrTobi/once-arc/"
documentation = "https://docs.rs/once-arc"
readme = "README.md"
keywords = [
"arc",
"atomic",
"once",
"lock-free",
"concurrency",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/SrTobi/once-arc/"
[lib]
name = "once_arc"
path = "src/lib.rs"
[dependencies]