# 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" rust-version = "1.60.0" name = "mem_println" version = "0.1.5" authors = ["temindarov.e.i.20@gmail.com "] description = "Shortcuts for debugging the size of value in bytes" documentation = "https://docs.rs/mem_println/0.1.5" keywords = [ "macro", "lib", "memory", ] categories = [ "development-tools::debugging", "development-tools::profiling", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/emirtemindarov/mem.git" resolver = "2" [features] default = [ "println_mem", "get_size_of_val", ] get_size_of_val = [] println_mem = []