# 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 = "system_alloc_stats" version = "0.1.0" authors = ["ljedrz "] description = "A wrapper exposing some stats for the System allocator." readme = "README.md" keywords = [ "allocator", "heap", "memory", ] categories = ["memory-management"] license = "CC0-1.0" [dependencies.humansize] version = "2" optional = true [dependencies.num-format] version = "0.4" optional = true [features] fmt = [ "dep:humansize", "dep:num-format", ]