# 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 = "yaui" version = "0.1.0" description = "Yet Another Unix Injector with support for Android/Android Emulator i686/x64/arm/aarch64" homepage = "https://github.com/ohchase/yaui/" documentation = "https://docs.rs/yaui" readme = "README.md" license = "MIT" repository = "https://github.com/ohchase/yaui" [[bin]] name = "yaui" required-features = ["cli"] [dependencies.clap] version = "4.2.7" features = ["derive"] optional = true [dependencies.libc] version = "0.2.143" [dependencies.page_size] version = "0.5.0" [dependencies.proc-maps] version = "0.3.1" [dependencies.ptrace-do] version = "0.1.1" [dependencies.sysinfo] version = "0.29.0" optional = true [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" optional = true [features] cli = [ "clap", "tracing-subscriber", "sysinfo", ] default = ["cli"] [target."cfg(target_os = \"android\")".dependencies.tracing-android] version = "0.2.0"