# 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 = "2021" name = "selfref" version = "0.4.3" authors = ["SoniEx2 "] description = "Semi-pain-free self-referential pinned types" homepage = "https://ganarchy.autistic.space/project/cc8ab1441fd398d23454c149c74bd5a2304eb566" readme = "README.md" categories = [ "no-std", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://soniex2.autistic.space/git-repos/selfref.git" [package.metadata.docs.rs] all-features = true [dependencies.generativity] version = "1.0.1" optional = true [dependencies.qcell] version = "0.5.2" features = ["generativity"] optional = true default-features = false [dev-dependencies.trybuild] version = "1.0.72" [features] alloc = [] nightly = [] qcell = [ "dep:qcell", "dep:generativity", ]