# 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" version = "0.3.2" authors = [ "Ralph Hempel", "Matt Ickstadt ", ] exclude = [ ".vscode/*", ".github/*", ] description = "A global allocator implementation for embedded systems using the umm_malloc library." readme = "README.md" keywords = [ "allocator", "arm", "cortex-m", "malloc", ] categories = [ "embedded", "no-std", "api-bindings", ] license = "MIT" repository = "https://github.com/mattico/umm-malloc-rs" [package.metadata.docs.rs] features = ["unsafe-no-critical-section"] targets = ["thumbv7em-none-eabihf"] [dependencies.umm-malloc-sys] version = "0.3.2" [dev-dependencies.cortex-m-rt] version = "0.7" [features] cortex-m-interrupt-critical-section = ["umm-malloc-sys/cortex-m-interrupt-critical-section"] enable-pie = ["umm-malloc-sys/enable-pie"] extern-critical-section = ["umm-malloc-sys/extern-critical-section"] first-fit = ["umm-malloc-sys/first-fit"] hang-if-uninitialized = ["umm-malloc-sys/hang-if-uninitialized"] init-if-uninitialized = ["umm-malloc-sys/init-if-uninitialized"] unsafe-no-critical-section = []