зеркало из https://github.com/github/ruby.git
43 строки
1.0 KiB
TOML
43 строки
1.0 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "capstone"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b08ca438d9585a2b216b0c2e88ea51e096286c5f197f7be2526bb515ef775b6c"
|
|
dependencies = [
|
|
"capstone-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "capstone-sys"
|
|
version = "0.16.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe7183271711ffb7c63a6480e4baf480e0140da59eeba9b18fcc8bf3478950e3"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.73"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.124"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
|
|
|
|
[[package]]
|
|
name = "yjit"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"capstone",
|
|
]
|