# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "injex" version = "0.1.0" authors = ["MordragT "] description = "Gives users the possibility to inject into and manipulate processes" readme = "README.md" keywords = ["injection", "dynamic-library", "memory", "shared-library", "loader"] license = "MIT" repository = "https://github.com/mordragt/injex.git" [dependencies.regex] version = "1.4" [dependencies.sysinfo] version = "0.17" [target."cfg(target_os = \"linux\")".dependencies.dynasm] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.dynasmrt] version = "1.0" [target."cfg(target_os = \"linux\")".dependencies.goblin] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.20" [target."cfg(target_os = \"linux\")".dependencies.procfs] version = "0.9"