atomic_refcell 0.1.14

Threadsafe RefCell
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 = "2021"
rust-version = "1.60"
name = "atomic_refcell"
version = "0.1.14"
authors = ["Bobby Holley <bobbyholley@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Threadsafe RefCell"
documentation = "https://docs.rs/atomic_refcell/"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mozilla/atomic_refcell"

[features]
default = []
portable-atomic = ["dep:portable-atomic"]
serde = ["dep:serde"]

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

[[test]]
name = "async"
path = "tests/async.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[bench]]
name = "basic"
path = "benches/basic.rs"

[dependencies.portable-atomic]
version = "1"
features = ["require-cas"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
optional = true

[dev-dependencies.serde_json]
version = "1.0"