# 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" name = "arcshift" version = "0.1.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Replacement for std::sync::Arc that supports updating the value, with some caveats." homepage = "https://github.com/avl/arcshift/" documentation = "https://docs.rs/arcshift/" readme = "README.md" keywords = [ "arc", "atomic", ] categories = [ "memory-management", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/avl/arcshift/" [lib] name = "arcshift" path = "src/lib.rs" [dependencies.shuttle] version = "0.7" optional = true [dev-dependencies.crossbeam-channel] version = "0.5" [dev-dependencies.mutants] version = "0" [dev-dependencies.rand] version = "0.8" [features] debug = [] disable_slow_tests = [] nightly = [] validate = [] [target."cfg(loom)".dependencies.loom] version = "0.7" features = ["checkpoint"] optional = true [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(loom)", "cfg(coverage)", ]