# 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 = "2018" rust-version = "1.64" name = "pete" version = "0.12.0" authors = ["Joe Ranweiler "] include = ["src/"] description = "A friendly wrapper around ptrace(2)" readme = "README.md" license = "ISC" repository = "https://github.com/ranweiler/pete" [dependencies.libc] version = "0.2.99" [dependencies.nix] version = "0.26.2" [dependencies.thiserror] version = "1.0.11" [dev-dependencies.anyhow] version = "1.0.31" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.ntest] version = "0.9.0" [dev-dependencies.structopt] version = "0.3.21" [target."cfg(target_arch = \"x86_64\")".dependencies.memoffset] version = "0.8.0"