123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- # This file is automatically @generated by Cargo.
- # It is not intended for manual editing.
- [[package]]
- name = "bitflags"
- version = "1.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "capstone"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "capstone-sys 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "capstone-sys"
- version = "0.11.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "cc"
- version = "1.0.66"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "cfg-if"
- version = "1.0.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "cmake"
- version = "0.1.45"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "getrandom"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)",
- "wasi 0.10.1+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "hex"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "keystone"
- version = "0.9.2"
- source = "git+https://github.com/keystone-engine/keystone#e1547852d9accb9460573eb156fc81645b8e1871"
- dependencies = [
- "keystone-sys 0.9.2 (git+https://github.com/keystone-engine/keystone)",
- "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "keystone-sys"
- version = "0.9.2"
- source = "git+https://github.com/keystone-engine/keystone#e1547852d9accb9460573eb156fc81645b8e1871"
- dependencies = [
- "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "cmake 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "libc"
- version = "0.2.82"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "ppv-lite86"
- version = "0.2.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "rand"
- version = "0.8.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_core 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_hc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand_chacha"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand_core 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand_core"
- version = "0.6.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "getrandom 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand_hc"
- version = "0.3.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand_core 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "shellc0der"
- version = "0.1.0"
- dependencies = [
- "capstone 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "keystone 0.9.2 (git+https://github.com/keystone-engine/keystone)",
- "rand 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "wasi"
- version = "0.10.1+wasi-snapshot-preview1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [metadata]
- "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
- "checksum capstone 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f60e7f097987a09a9b678c6214b5a5eb326f9fc1e3eac88cce5d086c2b3b8dc9"
- "checksum capstone-sys 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aebe07897b48983847943662bfc3198aabfa51636c81313c1955d04d857ed739"
- "checksum cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
- "checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
- "checksum cmake 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)" = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
- "checksum getrandom 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
- "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
- "checksum keystone 0.9.2 (git+https://github.com/keystone-engine/keystone)" = "<none>"
- "checksum keystone-sys 0.9.2 (git+https://github.com/keystone-engine/keystone)" = "<none>"
- "checksum libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)" = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
- "checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
- "checksum rand 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
- "checksum rand_chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
- "checksum rand_core 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
- "checksum rand_hc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
- "checksum wasi 0.10.1+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
|