forked from vorner/arc-swap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (32 loc) · 836 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[package]
name = "arc-swap"
version = "0.4.1"
authors = ["Michal 'vorner' Vaner <[email protected]>"]
description = "Atomically swappable Arc"
documentation = "https://docs.rs/arc-swap"
repository = "https://github.com/vorner/arc-swap"
readme = "README.md"
keywords = ["atomic", "Arc"]
categories = ["data-structures", "memory-management"]
license = "Apache-2.0/MIT"
[badges]
travis-ci = { repository = "vorner/arc-swap" }
appveyor = { repository = "vorner/arc-swap" }
maintenance = { status = "actively-developed" }
[features]
unstable-weak = []
[workspace]
members = ["benchmarks"]
[dependencies]
[dev-dependencies]
crossbeam-utils = "~0.6"
itertools = "~0.8"
lazy_static = "~1"
model = "~0.0.4"
num_cpus = "~1"
version-sync = "~0.7"
proptest = "~0.7"
[profile.bench]
debug = true
[package.metadata.docs.rs]
all-features = true