ckb-x64-simulator 0.5.0

A simulator that allows running CKB smart contracts on x64 environment for tooling benefits
Documentation
[build-dependencies.cc]
version = "1.0"
[dependencies.ckb-standalone-debugger]
version = "0.20.0-rc3"

[dependencies.ckb-types]
version = "0.100.0-rc2"

[dependencies.faster-hex]
version = "0.6"

[dependencies.lazy_static]
version = "1.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[lib]
crate-type = ["lib", "staticlib", "cdylib"]

[package]
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = "build.rs"
description = "A simulator that allows running CKB smart contracts on x64 environment for tooling benefits"
edition = "2018"
license = "MIT"
name = "ckb-x64-simulator"
version = "0.5.0"