# 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 = "fnhook" version = "0.1.0" description = "A simple, batteries-included way of hooking standard library functions on macOS" readme = "README.md" license = "MIT" [lib] crate-type = ["cdylib"] bench = false [dependencies.data-encoding] version = "2.5.0" [dependencies.dynasm] version = "2.0.0" [dependencies.dynasmrt] version = "2.0.0" [dependencies.libc] version = "0.2.151" [dependencies.libproc] version = "0.14.2" [dependencies.mach2] version = "0.4.2" [dependencies.mach_object] version = "0.1.17" [dependencies.nom] version = "7.1.3" [dependencies.system_error] version = "0.1.1"