# 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 = "nanobox" version = "0.1.0" authors = [ "lemonhx", "andylokandy", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "`NanoBox` optimization: store small item on stack and fallback to heap for large item." readme = "README.md" keywords = [ "box", "alloc", "dst", "stack", "no_std", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/lemonhx/nanobox" [lib] name = "nanobox" path = "src/lib.rs" [[bench]] name = "vs_box" path = "benches/vs_box.rs" harness = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]