# 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 = "frida-gum" version = "0.15.1" authors = [ "Keegan Saunders ", "Shmarya Rubenstein ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for Frida" readme = "README.md" license = "wxWindows" repository = "https://github.com/frida/frida-rust" [package.metadata.docs.rs] features = [ "event-sink", "invocation-listener", "stalker-observer", "stalker-params", "std", ] [lib] name = "frida_gum" path = "src/lib.rs" [dependencies.cstr_core] version = "0.2.6" features = ["alloc"] default-features = false [dependencies.frida-gum-sys] version = "0.15.1" [dependencies.libc] version = "0.2.153" optional = true default-features = false [dependencies.num] version = "0.4.1" default-features = false [dependencies.num-derive] version = "0.4.2" default-features = false [dependencies.num-traits] version = "0.2.18" default-features = false [dependencies.paste] version = "1" default-features = false [dependencies.spin] version = "0.9.8" features = [ "mutex", "spin_mutex", ] default-features = false [dev-dependencies.lazy_static] version = "1" [features] auto-download = ["frida-gum-sys/auto-download"] backtrace = [ "libc", "std", ] event-sink = ["frida-gum-sys/event-sink"] invocation-listener = ["frida-gum-sys/invocation-listener"] memory-access-monitor = ["std"] module-names = ["std"] script = ["frida-gum-sys/js"] stalker-observer = ["frida-gum-sys/stalker-observer"] stalker-params = ["frida-gum-sys/stalker-params"] std = [] [badges.maintenance] status = "experimental"