# 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 = "2018" name = "reffers" version = "0.7.0" authors = ["David Henningsson "] description = "Smart pointers: ARef, that allows even further owner erasure than OwningRef. Strong is a memory efficient Rc + RefCell in one. And more!" documentation = "http://docs.rs/reffers" readme = "README.md" keywords = ["ref", "cell", "owning_ref"] categories = ["rust-patterns", "memory-management"] license = "Apache-2.0/MIT" repository = "https://github.com/diwic/reffers-rs" [dependencies.stable_deref_trait] version = "1.1" [badges.is-it-maintained-issue-resolution] repository = "diwic/reffers-rs" [badges.is-it-maintained-open-issues] repository = "diwic/reffers-rs"