# 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 = "ckb-x64-simulator" version = "0.10.0" authors = ["Nervos Core Dev "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simulator that allows running CKB smart contracts on x64 environment for tooling benefits" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb-x64-simulator" [lib] name = "ckb_x64_simulator" crate-type = [ "lib", "staticlib", "cdylib", ] path = "src/lib.rs" [dependencies.ckb-mock-tx-types] version = "0.119.0" [dependencies.ckb-types] version = "0.119.0" [dependencies.faster-hex] version = "0.6.1" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.8.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [build-dependencies.cc] version = "1.0"