[package] name = "elysees" version = "0.3.2" authors = ["Jad Elkhaleq Ghalayini", "The Servo Project Developers"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/tekne/elysees" description = "A fork of triomphe, now with more pointer trickery" keywords = ["arc", "ffi", "sync", "data-structure"] categories = ["concurrency", "data-structures"] edition = "2021" [features] std = [] default = ["serde", "stable_deref_trait", "unsize", "std", "slice-dst", "arc-swap"] [dependencies] erasable = "1.2" serde = { version = "1.0", default-features = false, optional = true } stable_deref_trait = { version = "1.1.1", default-features = false, optional = true } unsize = { version = "1.1", optional = true } arc-swap = { version = "1.5", optional = true } slice-dst = { version = "1.5", optional = true }