dizzy 0.2.0

Macros for safely interacting with DST newtypes
Documentation
# 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 = "2024"
name = "dizzy"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for safely interacting with DST newtypes"
readme = "README.md"
keywords = [
    "newtype",
    "dst",
    "derive",
    "macros",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/eikopf/dizzy"
resolver = "2"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "dizzy"
path = "src/lib.rs"

[[test]]
name = "ascii-str"
path = "tests/ascii-str.rs"

[[test]]
name = "bounded-str"
path = "tests/bounded-str.rs"

[[test]]
name = "complex-generics"
path = "tests/complex-generics.rs"

[[test]]
name = "slice1"
path = "tests/slice1.rs"

[[test]]
name = "str1-nostd"
path = "tests/str1-nostd.rs"

[dependencies.dizzy-macros]
version = "=0.2.0"