# 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 = "trallocator" version = "0.2.1" authors = ["xgroleau "] description = "A no_std lbrary for wrapping an existing allocator and tracking the heap usage." homepage = "https://github.com/xgroleau/trallocator" documentation = "https://docs.rs/trallocator" readme = "README.md" keywords = [ "allocator", "heap", "no-std", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/xgroleau/trallocator" [features] allocator-api = [] max-usage = []