# 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" name = "stackbox" version = "0.2.2" authors = ["Daniel Henry-Mantilla "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "`&own`ing references in stable Rust - no_std-friendly Box" homepage = "https://crates.io/crates/stackbox" documentation = "https://docs.rs/stackbox" readme = "README.md" keywords = [ "no_std", "own", "stack", "move", "unsized_rvalues", ] categories = [ "no-std", "rust-patterns", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/stackbox.rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--html-in-header", "fix-rustdoc-css.html", ] [lib] name = "stackbox" path = "src/lib.rs" [dependencies.paste] version = "1.0.2" [dependencies.unsize] version = "1" optional = true [dev-dependencies.with_locals] version = "0.3.3" [features] alloc = [] default = ["alloc"] docs = [] std = ["alloc"]