# 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 = "mem_dbg" version = "0.2.4" authors = [ "Tommaso Fontana ", "Sebastiano Vigna ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Traits and associated procedural macros to display recursively the layout and memory usage of a value" readme = "README.md" keywords = [ "allocation", "debug", "memory", ] license = "Apache-2.0 OR LGPL-2.1-or-later" repository = "https://github.com/zommiommy/mem_dbg/" [lib] name = "mem_dbg" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "readme" path = "examples/readme.rs" [[test]] name = "test_mem_size" path = "tests/test_mem_size.rs" [[test]] name = "test_mem_size_no_import" path = "tests/test_mem_size_no_import.rs" [dependencies.bitflags] version = "2.4.1" [dependencies.half] version = "2.0.4" optional = true [dependencies.maligned] version = "0.2.1" optional = true [dependencies.mem_dbg-derive] version = "=0.1.6" optional = true [dependencies.mmap-rs] version = "0.6.0" optional = true [dependencies.rand] version = "0.8.5" features = ["small_rng"] optional = true [dev-dependencies.paste] version = "1.0.15" [features] alloc = [] default = [ "std", "derive", ] derive = ["mem_dbg-derive"] offset_of_enum = [] std = ["alloc"]