# 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 = "process_vm_io" version = "1.0.11" authors = ["Koutheir Attouchi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "I/O access to virtual memory contents of processes" homepage = "https://github.com/mdcssw/process_vm_io" documentation = "https://docs.rs/process_vm_io" readme = "README.md" keywords = [ "process_vm_readv", "process_vm_writev", "ptrace", "memory", "inject", ] categories = [ "api-bindings", "development-tools", "memory-management", "os", ] license = "MIT" repository = "https://github.com/mdcssw/process_vm_io" [lib] name = "process_vm_io" path = "src/lib.rs" [dependencies.backtrace] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.libc] version = "0.2" [dependencies.smallvec] version = "1" [dev-dependencies.assert_matches] version = "1"