# 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" rust-version = "1.82" name = "stack_box" version = "1.5.1" authors = ["Fancyflame"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "store unsize struct on stack with static check" documentation = "https://docs.rs/stack_box/latest/stack_box/index.html" readme = "README.md" license = "MIT" repository = "https://github.com/Fancyflame/stack_box.git" [lib] name = "stack_box" path = "src/lib.rs" [[example]] name = "auto_box" path = "examples/auto_box.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "cells" path = "examples/cells.rs" [dependencies.const_format] version = "0.2" [dependencies.thiserror] version = "2.0" [features] no_std = []