# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "maskerad_stack_allocator" version = "1.1.2" authors = ["Maskerad developers "] description = "Stack-based allocators, for contiguous allocation and memory fragmentation prevention." readme = "README_CRATE.md" keywords = ["memory-allocator", "stack-allocator"] categories = ["memory-management", "game-engines", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/Maskerad-rs/maskerad_stack_allocator" [[bench]] name = "speed_comparison" harness = false [dependencies] [dev-dependencies.bencher] version = "0.1.4" [dev-dependencies.time] version = "0.1.38" [badges.appveyor] branch = "master" repository = "Malkaviel/maskerad-stack-allocator" service = "github" [badges.is-it-maintained-issue-resolution] repository = "Maskerad-rs/maskerad_stack_allocator" [badges.is-it-maintained-open-issues] repository = "Maskerad-rs/maskerad_stack_allocator" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "Maskerad-rs/maskerad_stack_allocator"