1[package]
2name = "owning_ref"
3version = "0.4.0"
4authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
5license = "MIT"
6
7description = "A library for creating references that carry their owner with them."
8readme = "README.md"
9documentation = "http://kimundi.github.io/owning-ref-rs/owning_ref/index.html"
10
11repository = "https://github.com/Kimundi/owning-ref-rs"
12keywords = ["reference", "sibling", "field", "owning"]
13
14[dependencies]
15stable_deref_trait = "1.0.0"
16