# 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_memory_allocators" version = "5.2.0" authors = ["Maskerad developers "] description = "custom allocators, for 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" [dependencies.log] version = "~0.4" [dependencies.serde] version = "~1.0" features = ["derive"] optional = true [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 = "passively-maintained" [badges.travis-ci] branch = "master" repository = "Maskerad-rs/maskerad_stack_allocator"