# 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] name = "safer_owning_ref" version = "0.5.0" authors = [ "Marvin Löbel ", "Noam Ta Shma noam.tashma@gmail.com", ] description = "A library for creating references that carry their owner with them." readme = "README.md" keywords = [ "reference", "sibling", "field", "owning", ] license = "MIT" repository = "https://github.com/noamtashma/owning-ref-rs" [lib] name = "owning_ref" [dependencies.stable_deref_trait] version = "1.0.0"