# 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-script" version = "0.120.0" authors = ["Nervos Core Dev "] build = "build.rs" 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" [lib] name = "ckb_script" path = "src/lib.rs" [dependencies.byteorder] version = "1.3.1" [dependencies.ckb-chain-spec] version = "= 0.120.0" [dependencies.ckb-error] version = "= 0.120.0" [dependencies.ckb-hash] version = "= 0.120.0" [dependencies.ckb-logger] version = "= 0.120.0" optional = true [dependencies.ckb-traits] version = "= 0.120.0" [dependencies.ckb-types] version = "= 0.120.0" [dependencies.ckb-vm] version = "= 0.24.12" 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] [features] asm = ["ckb-vm/asm"] default = [ "logging", "detect-asm", ] detect-asm = ["ckb-vm/detect-asm"] flatmemory = [] logging = ["ckb-logger"] [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)"]