[package] name = "arcy" version = "0.1.0" authors = ["Marko Mikulicic "] edition = "2018" description = "Arc-like smart pointer supporting async drop" repository = "https://github.com/mkmik/arcy" documentation = "https://mkmik.github.io/arcy/arcy/" readme = "README.md" license = "BSD-2-Clause" [dependencies] tokio = { version = "^1.16", features = ["macros", "rt-multi-thread", "parking_lot", "sync"] } parking_lot = "^0.11.2" async-trait = "^0.1"