[package] name = "owning_ref_lockable" version = "0.4.2" edition = "2018" authors = ["Marvin Löbel "] license = "MIT" description = "A library for creating references that carry their owner with them." readme = "README.md" documentation = "http://kimundi.github.io/owning-ref-rs/owning_ref/index.html" repository = "https://github.com/Kimundi/owning-ref-rs" keywords = ["reference", "sibling", "field", "owning"] [dependencies] stable_deref_trait = "1.0.0" [dev-dependencies] tokio = {version = "^1.17.0", features = ["rt", "macros"] }