[package]
name = "triomphe"
version = "0.1.1"
authors = ["The Servo Project Developers"]
description = "A fork of std::sync::Arc with some extra functionality and without weak references (originally servo_arc)"
keywords = ["arc", "ffi", "sync", "data-structure"]
categories = ["concurrency", "data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Manishearth/triomphe"
[lib]
name = "triomphe"
path = "lib.rs"
[dependencies.nodrop]
version = "0.1.8"
[dependencies.serde]
version = "1.0"
[dependencies.stable_deref_trait]
version = "1.0.0"