ckb-script-ipc-common 1.1.0

Common utilities for CKB Script IPC.
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 = "2021"
name = "ckb-script-ipc-common"
version = "1.1.0"
authors = ["Lyndon <lynndon@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common utilities for CKB Script IPC."
readme = "README.md"
keywords = [
    "ipc",
    "ckb",
    "script",
]
license = "MIT"
repository = "https://github.com/xujiandong/ckb-script-ipc"

[features]
asm = ["ckb-vm/asm"]
default = []
detect-asm = ["ckb-vm/detect-asm"]
enable-logging = ["log"]
std = [
    "ckb-vm",
    "detect-asm",
]

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

[dependencies.ckb-rust-std]
version = "1.0.0"

[dependencies.ckb-std]
version = "1.1"
features = [
    "allocator",
    "ckb-types",
    "dummy-atomic",
]
default-features = false

[dependencies.ckb-vm]
version = "0.24.14"
optional = true

[dependencies.enumn]
version = "0.1.14"

[dependencies.log]
version = "0.4"
optional = true
default-features = false

[dependencies.serde]
version = "1.0.208"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.133"
features = ["alloc"]
default-features = false

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