# 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 = "2018" name = "umm-malloc-sys" version = "0.3.2" authors = [ "Ralph Hempel", "Matt Ickstadt ", ] build = "build.rs" links = "umm_malloc" exclude = [ "umm_malloc/test", "umm_malloc/.github", "umm_malloc/ceedling.cmd", "umm_malloc/uncrustify.cfg", "umm_malloc/multitest.sh", "umm_malloc/project.yml", "umm_malloc/.git*", ] description = "FFI bindings to the umm_malloc memory allocator." readme = "README.md" keywords = [ "allocator", "arm", "cortex-m", "malloc", ] categories = [ "embedded", "no-std", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/mattico/umm-malloc-rs" [package.metadata.docs.rs] targets = ["thumbv7em-none-eabihf"] [build-dependencies.cc] version = "1" [features] cortex-m-interrupt-critical-section = [] enable-pie = [] extern-critical-section = [] first-fit = [] hang-if-uninitialized = [] init-if-uninitialized = []