1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "arc-swap" 15version = "1.6.0" 16authors = ["Michal 'vorner' Vaner <[email protected]>"] 17description = "Atomically swappable Arc" 18documentation = "https://docs.rs/arc-swap" 19readme = "README.md" 20keywords = [ 21 "atomic", 22 "Arc", 23] 24categories = [ 25 "data-structures", 26 "memory-management", 27] 28license = "MIT OR Apache-2.0" 29repository = "https://github.com/vorner/arc-swap" 30 31[package.metadata.docs.rs] 32all-features = true 33 34[profile.bench] 35debug = true 36 37[[bench]] 38name = "background" 39harness = false 40 41[[bench]] 42name = "int-access" 43harness = false 44 45[[bench]] 46name = "track" 47harness = false 48 49[dependencies.serde] 50version = "1" 51features = ["rc"] 52optional = true 53 54[dev-dependencies.adaptive-barrier] 55version = "~1" 56 57[dev-dependencies.criterion] 58version = "~0.4" 59 60[dev-dependencies.crossbeam-utils] 61version = "~0.8" 62 63[dev-dependencies.itertools] 64version = "0.10" 65 66[dev-dependencies.num_cpus] 67version = "~1" 68 69[dev-dependencies.once_cell] 70version = "~1" 71 72[dev-dependencies.parking_lot] 73version = "~0.12" 74 75[dev-dependencies.proptest] 76version = "1" 77 78[dev-dependencies.serde_derive] 79version = "1.0.130" 80 81[dev-dependencies.serde_test] 82version = "1.0.130" 83 84[features] 85experimental-strategies = [] 86internal-test-strategies = [] 87weak = [] 88 89[badges.maintenance] 90status = "actively-developed" 91