# 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 = "hv-stampede" version = "0.2.1" authors = ["Shea 'Decibel' Leffler "] description = "Bumpalo-based arena allocation utilities for Heavy" documentation = "https://docs.rs/hv-stampede" readme = "README.md" keywords = ["allocator", "arena", "sync", "reference"] categories = ["no-std", "concurrency", "memory-management"] license = "MIT OR Apache-2.0" repository = "https://github.com/sdleffler/hv-stampede" resolver = "2" [dependencies.bumpalo] version = "3.8.0" features = ["allocator_api", "boxed", "collections"] [dependencies.spin] version = "0.9.2"