[build-dependencies.cc]
version = "1.0.46"
[dependencies]
[lib]
name = "portable_dlmalloc"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["embedded", "external-ffi-bindings", "memory-management", "no-std", "no-std::no-alloc"]
description = "Portable Fork of Doug Lea's malloc Implementation."
edition = "2021"
exclude = ["*.bat", "*port_*.c", "export.def", "sample.c", "rust-sample/*"]
homepage = "https://github.com/Zero-Tang/portable-dlmalloc"
keywords = ["no_std", "allocator", "portable"]
license-file = "license.txt"
name = "portable-dlmalloc"
readme = "readme.md"
repository = "https://github.com/Zero-Tang/portable-dlmalloc"
version = "0.1.0"