qubit-atomic 0.7.0

User-friendly atomic operations wrapper providing JDK-like atomic API
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.70"
name = "qubit-atomic"
version = "0.7.0"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
exclude = [
    "coverage.sh",
    "COVERAGE.md",
    "COVERAGE.zh_CN.md",
    ".circleci/*",
    "ci-check.sh",
    ".llvm-cov.toml",
    ".cargo-audit.toml.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "User-friendly atomic operations wrapper providing JDK-like atomic API"
homepage = "https://github.com/qubit-ltd/rust-atomic"
documentation = "https://docs.rs/qubit-atomic"
readme = "README.md"
keywords = [
    "atomic",
    "concurrent",
    "lock-free",
    "thread-safe",
    "qubit",
]
categories = [
    "concurrency",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rust-atomic"

[lib]
name = "qubit_atomic"
path = "src/lib.rs"
doctest = false

[[example]]
name = "boolean_flag"
path = "examples/boolean_flag.rs"

[[example]]
name = "counter"
path = "examples/counter.rs"

[[example]]
name = "reference"
path = "examples/reference.rs"

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

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

[dependencies]

[dev-dependencies]

[profile.bench]
opt-level = 3
lto = true
codegen-units = 1

[profile.release]
opt-level = 3
lto = true
codegen-units = 1