# 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 = "memgrep" version = "0.2.0" authors = ["Eldad Zack "] description = "Search for strings in process memory" readme = "README.md" categories = [ "command-line-utilities", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/eldad/memgrep" [dependencies.anyhow] version = "1.0.64" [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.memmem] version = "0.1.1" [dependencies.thiserror] version = "1.0.34" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15"