# 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 = "mempeek" version = "0.1.5" description = "A command line tool that resembles a debugger as well as Cheat Engine, to search for values in memory" documentation = "https://docs.rs/mempeek" readme = "README.md" keywords = [ "proc", "mem", "maps", ] categories = [ "os::linux-apis", "command-line-utilities", ] license = "BSD-2-Clause" repository = "https://github.com/gamozolabs/mempeek" resolver = "2" [dependencies.libprocmem] version = "0.1" [dependencies.quoted_strings] version = "0.1.0" [dependencies.rustyline] version = "9.1"