# 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 = "mockrs" version = "0.1.5" authors = ["skyfire "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that provides a X8664Mocker to mock function calls and intercept on x86_64 architecture." readme = "README.md" keywords = [ "mock", "mockrs", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/skyfireitdiy/mockrs" [lib] name = "mockrs" path = "src/lib.rs" [[test]] name = "mockrs_test" path = "tests/mockrs_test.rs" [dependencies.iced-x86] version = "1.21.*" [dependencies.lazy_static] version = "1.5.*" [dependencies.nix] version = "0.29.*" features = [ "mman", "signal", ]