# 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 = "hyperpom" version = "0.1.2" authors = ["lyte "] description = "AArch64 fuzzing library based on the Apple Silicon hypervisor" documentation = "https://docs.rs/hyperpom" readme = "README.md" keywords = [ "fuzzing", "hypervisor", "apple", "security", "aarch64", ] categories = [ "virtualization", "hardware-support", "development-tools::testing", ] license = "GPL-3.0-or-later" repository = "https://github.com/impalabs/hyperpom" resolver = "2" [dependencies.applevisor] version = "0.1.2" [dependencies.bitfield] version = "0.13.2" [dependencies.capstone] version = "0.11.0" [dependencies.keystone-engine] version = "0.1.0" [dependencies.regex] version = "1" [dependencies.rhexdump] version = "0.1.1" [dependencies.time] version = "0.3.9" features = [ "local-offset", "formatting", ]