# 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] name = "allsorts-rental" version = "0.5.6" authors = ["Jameson Ernst "] description = "A macro to generate safe self-referential structs, plus premade types for common use cases." documentation = "https://docs.rs/rental" readme = "README.md" keywords = ["lifetime", "ownership", "borrowing", "self", "reference"] categories = ["rust-patterns", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/jpernst/rental" [dependencies.rental-impl] version = "=0.5.5" [dependencies.stable_deref_trait] version = "1.0.0" default-features = false [features] alloc = ["stable_deref_trait/alloc"] default = ["std"] std = ["stable_deref_trait/std"]