# 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_viewer" version = "0.3.0" authors = ["Muhammad Ikhwan Perwira "] description = "Memory Viewer is a Rust library that provides a macro and display the memory content of various types of variables. It allows users to view the name, type, size, and memory content of a variable in a formatted way. It supports viewing memory content of different data types including integers, floating-point numbers, strings, pointers, vectors, boxed variables, and structs." readme = "README.md" categories = [ "development-tools", "development-tools::debugging", "development-tools::testing", "development-tools::profiling", "development-tools::procedural-macro-helpers", ] license = "MIT" repository = "https://github.com/ikhwanperwira/mem_viewer" [dependencies.bincode] version = ">=1.3.3" [dependencies.serde] version = ">=1.0.203" features = ["derive"]