[badges.maintenance]
status = "experimental"
[dependencies.stable_deref_trait]
default-features = false
version = "1.2.0"
[features]
alloc = ["stable_deref_trait/alloc"]
default = ["std"]
std = ["stable_deref_trait/std"]
[package]
categories = ["no-std", "rust-patterns"]
description = "Experimental, macro-free and allocation-free self-referential structs."
edition = "2021"
keywords = ["no_std", "self-referential"]
license = "MIT OR Apache-2.0"
name = "selfie"
readme = "README.md"
repository = "https://github.com/prokopyl/selfie"
rust-version = "1.56"
version = "0.0.3"
[target."cfg(not(miri))".dev-dependencies.trybuild]
version = "=1.0.63"