зеркало из https://github.com/github/ruby.git
50 строки
1.2 KiB
TOML
50 строки
1.2 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "capstone"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66b5d1f14c3539b6ff22fcb602fea5f1c4416148c8b7965a2e74860aa169b7b5"
|
|
dependencies = [
|
|
"capstone-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "capstone-sys"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df653a22d0ad34b0d91cc92a6289d96e44aac1c9a96250a094c9aeec4a91084f"
|
|
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 = "stats_alloc"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c0e04424e733e69714ca1bbb9204c1a57f09f5493439520f9f68c132ad25eec"
|
|
|
|
[[package]]
|
|
name = "yjit"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"capstone",
|
|
"stats_alloc",
|
|
]
|