meowalloc 0.1.1

Toy allocator written in pure rust, with concurrency in mind
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kitset"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94bcf3874a75707f0075f831285d7a6d99cd3320ace57c368d8601ac1ecafc6a"

[[package]]
name = "meowalloc"
version = "0.1.1"
dependencies = [
 "kitset",
 "meowvec",
]

[[package]]
name = "meowvec"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28e3af2e19c19176f93ffd03525247bbaf8da1e7d15f6c48abf8a1fa2b7d9b8"