[package]
name = "dizzy"
description = "Macros for safely interacting with DST newtypes"
edition = "2024"
license.workspace = true
version.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
[features]
default = ["std"]
alloc = []
std = ["alloc"]
[dependencies]
dizzy-macros = { version = "=0.2.0", path = "../dizzy-macros" }