dstify 0.2.1

safe construction of custom dynamically-sized types (DSTs)
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"
rust-version = "1.89"
name = "dstify"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "safe construction of custom dynamically-sized types (DSTs)"
documentation = "https://docs.rs/dstify"
readme = "README.md"
categories = [
    "data-structures",
    "memory-management",
    "rust-patterns",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jsen-/dstify"

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

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

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

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

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

[dependencies.dstify_derive]
version = "0.2.1"