ckb-script 1.1.0

CKB component to run the type/lock scripts
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"
rust-version = "1.92.0"
name = "ckb-script"
version = "1.1.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CKB component to run the type/lock scripts"
homepage = "https://github.com/nervosnetwork/ckb"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nervosnetwork/ckb"

[features]
asm = ["ckb-vm/asm"]
default = [
    "logging",
    "detect-asm",
]
detect-asm = ["ckb-vm/detect-asm"]
flatmemory = []
logging = ["ckb-logger"]

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

[dependencies.byteorder]
version = "1.3.1"

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

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

[dependencies.ckb-hash]
version = "1"
default-features = false

[dependencies.ckb-logger]
version = "1"
optional = true

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

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

[dependencies.ckb-vm]
version = "=0.24.14"
default-features = false

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1.35.0"
features = [
    "sync",
    "macros",
]

[dev-dependencies.ckb-crypto]
version = "1"

[dev-dependencies.ckb-db]
version = "1"

[dev-dependencies.ckb-db-schema]
version = "1"

[dev-dependencies.ckb-store]
version = "1"

[dev-dependencies.ckb-test-chain-utils]
version = "1"

[dev-dependencies.daggy]
version = "0.8.0"

[dev-dependencies.molecule]
version = "0.9.0"
default-features = false

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

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tiny-keccak]
version = "2.0"
features = ["sha3"]

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.35.0"
features = ["rt-multi-thread"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(has_asm)"]