[package]
edition = "2024"
rust-version = "1.95"
name = "osom_lib_arc"
version = "0.1.27"
authors = ["Rafal Szefler <rafael.szefler@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABI-stable atomic reference counted pointers for osom_lib."
homepage = "https://github.com/RafalSzefler/osom_lib"
documentation = "https://docs.rs/osom_lib_arc"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/RafalSzefler/osom_lib"
[features]
default = []
std = ["osom_lib_alloc/std"]
[lib]
name = "osom_lib_arc"
path = "src/lib.rs"
[[test]]
name = "test_carc"
path = "tests/test_carc.rs"
[[test]]
name = "test_carc_array"
path = "tests/test_carc_array.rs"
[dependencies.osom_lib_alloc]
version = "0.1"
[dependencies.osom_lib_macros]
version = "0.1"
[dependencies.osom_lib_primitives]
version = "0.1"
[dependencies.osom_lib_reprc]
version = "0.1"
[dependencies.osom_lib_try_clone]
version = "0.1"
[dev-dependencies.rstest]
version = "0.26"