# 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 = "rcheat" version = "0.1.3" authors = ["handy-sun "] build = "build.rs" exclude = [ ".githooks/*", ".github/**/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Get/modify variable's value in another Linux running process" homepage = "https://github.com/handy-sun/rcheat" readme = "README.md" keywords = [ "ptrace", "elf", "cli", "process", "gdb", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/handy-sun/rcheat" [[bin]] name = "rcheat" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "^1.0" [dependencies.bytes] version = "^1.7" [dependencies.clap] version = "^4.5" features = [ "std", "derive", "help", "usage", ] default-features = false [dependencies.gimli] version = "0.31.0" features = ["read"] [dependencies.goblin] version = "0.8.0" [dependencies.object] version = "0.36.0" features = ["read"] [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" features = [ "std", "unicode-perl", ] default-features = false [dependencies.shadow-rs] version = "^0.35" features = ["tzdb"] default-features = false [dependencies.symbolic-common] version = "12.11.0" [dependencies.symbolic-demangle] version = "12.11.0" features = [ "cpp", "rust", ] default-features = false [dependencies.walkdir] version = "2.5.0" [build-dependencies.shadow-rs] version = "^0.35" features = ["tzdb"] default-features = false [target."cfg(unix)".dependencies.nix] version = "0.29.0" features = [ "ptrace", "fs", ] default-features = false