# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "deferred-reference" version = "0.1.2" authors = ["Pointerbender"] description = "A deferred reference is not an actual reference, it is merely a smart pointer tied to the lifetime of the location it points to." homepage = "https://github.com/Pointerbender/deferred-reference#readme" documentation = "https://docs.rs/deferred-reference" readme = "README.md" keywords = ["deferred", "reference", "pointer", "lifetime", "borrow"] categories = ["concurrency", "data-structures", "memory-management", "no-std", "rust-patterns"] license = "MIT" repository = "https://github.com/Pointerbender/deferred-reference" [dependencies] [features] coerce_unsized = [] default = ["unstable"] slice_ptr_len = [] unstable = ["slice_ptr_len", "coerce_unsized"]