# 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 = "ptrace-inject" version = "0.1.2" authors = ["Artemis Vellacott "] description = "Shared library injection for *nix using ptrace." documentation = "https://docs.rs/ptrace-inject" readme = "README.md" keywords = [ "dll-injection", "unix", "linux", "library", "command-line", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Artemis21/ptrace-inject" [[bin]] name = "ptrace-inject" required-features = ["cli"] [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.clap-verbosity-flag] version = "2" optional = true [dependencies.color-eyre] version = "0.6" optional = true [dependencies.eyre] version = "0.6" [dependencies.libloading] version = "0.7" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.26" features = ["ptrace"] default-features = false [dependencies.pete] version = "0.9" [dependencies.pretty_env_logger] version = "0.4" optional = true [dependencies.procfs] version = "0.15" [features] cli = [ "clap", "pretty_env_logger", "clap-verbosity-flag", "color-eyre", ]