ckb-testtool 1.1.0

CKB contract testing tools
Documentation
# 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 = "2024"
name = "ckb-testtool"
version = "1.1.0"
authors = ["Nervos Network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CKB contract testing tools"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nervosnetwork/ckb-testtool"

[features]
native-simulator = [
    "libloading",
    "serde_json",
]

[lib]
name = "ckb_testtool"
path = "src/lib.rs"

[[test]]
name = "native_simulator_cases"
path = "tests/native_simulator_cases.rs"

[[test]]
name = "normal_cases"
path = "tests/normal_cases.rs"

[dependencies.ckb-always-success-script]
version = "0.0.1"

[dependencies.ckb-chain-spec]
version = "1.1.0"

[dependencies.ckb-crypto]
version = "1.1.0"

[dependencies.ckb-error]
version = "1.1.0"

[dependencies.ckb-fixed-hash-core]
version = "=1.1.0"

[dependencies.ckb-hash]
version = "1.1.0"

[dependencies.ckb-jsonrpc-types]
version = "=1.1.0"

[dependencies.ckb-mock-tx-types]
version = "1.1.0"

[dependencies.ckb-resource]
version = "1.1.0"

[dependencies.ckb-script]
version = "1.1.0"

[dependencies.ckb-traits]
version = "1.1.0"

[dependencies.ckb-types]
version = "1.1.0"

[dependencies.ckb-verification]
version = "1.1.0"

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

[dependencies.lazy_static]
version = "1.4"

[dependencies.libloading]
version = "0.8.4"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.serde_json]
version = "1.0"
optional = true

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.ckb-system-scripts]
version = "0.5"