summaryrefslogtreecommitdiffstats
path: root/vendor/triomphe/Cargo.toml
blob: 5cb758241469edfd36c9fada08014a175e8ff3c9 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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]
name = "triomphe"
version = "0.1.8"
authors = ["The Servo Project Developers"]
description = "A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)"
readme = "README.md"
keywords = [
    "arc",
    "ffi",
    "sync",
    "data-structure",
]
categories = [
    "concurrency",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Manishearth/triomphe"

[dependencies.arc-swap]
version = "1.3.0"
optional = true

[dependencies.serde]
version = "1.0"
optional = true
default-features = false

[dependencies.stable_deref_trait]
version = "1.1.1"
optional = true
default-features = false

[dependencies.unsize]
version = "1.1"
optional = true

[features]
default = [
    "serde",
    "stable_deref_trait",
    "std",
]
std = []