# 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 = "elysees" version = "0.3.2" authors = [ "Jad Elkhaleq Ghalayini", "The Servo Project Developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fork of triomphe, now with more pointer trickery" readme = "README.md" keywords = [ "arc", "ffi", "sync", "data-structure", ] categories = [ "concurrency", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/tekne/elysees" [lib] name = "elysees" path = "src/lib.rs" [[test]] name = "arc_tests" path = "tests/arc_tests.rs" [dependencies.arc-swap] version = "1.5" optional = true [dependencies.erasable] version = "1.2" [dependencies.serde] version = "1.0" optional = true default-features = false [dependencies.slice-dst] version = "1.5" optional = true [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", "unsize", "std", "slice-dst", "arc-swap", ] std = []