# 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 = "bulk_allocator" version = "0.5.2" authors = ["Yoshida Shin "] description = "Implementations of GlobalAlloc holding memory cache." documentation = "https://docs.rs/bulk_allocator/0.5.2/bulk_allocator/" readme = "README.md" keywords = [ "alloc", "allocator", "memory", "GlobalAlloc", ] categories = ["memory-management"] license = "LGPL-3.0-or-later OR Apache-2.0" repository = "https://github.com/wbcchsyn/rust-bulk-allocator" [dependencies] [dev-dependencies.gharial] version = "0.3" [badges.travis-ci] repository = "wbcchsyn/rust-bulk-allocator"