[package] name = "memprint" description = "A way to print memory layout of a struct" repository = "https://github.com/slbsh/memprint" version = "0.1.1" edition = "2021" license = "0BSD" [dependencies] colored = "2.1" memprint_derive = { path = "memprint_derive", version = "0.1.0" }