# 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" rust-version = "1.61.0" name = "ckb-vm-aot" version = "0.23.0" authors = ["Nervos Core Dev "] exclude = [ "/benches", "/tests", ] description = "CKB's Virtual machine" readme = "README.md" license = "MIT" resolver = "2" [[bench]] name = "vm_benchmark" path = "benches/vm_benchmark.rs" harness = false [dependencies.ckb-vm] version = "0.23.0" features = ["asm"] [dependencies.ckb-vm-definitions] version = "0.23.0" [dependencies.derive_more] version = "0.99.2" [dependencies.goblin_v023] version = "=0.2.3" package = "goblin" [dependencies.goblin_v040] version = "=0.4.0" package = "goblin" [dependencies.libc] version = "0.2.47" [dependencies.memmap] version = "0.5" package = "memmap2" [dependencies.scroll] version = "0.10" [dev-dependencies.criterion] version = "0.3.6" [build-dependencies.cc] version = "1.0"