ckb 0.39.1

CKB is the layer 1 of Nervos Network, a public/permissionless blockchain.
[build-dependencies.ckb-build-info]
version = "= 0.39.1"
[dependencies.ckb-bin]
version = "= 0.39.1"

[dependencies.ckb-build-info]
version = "= 0.39.1"

[dev-dependencies]

[features]
deadlock_detection = ["ckb-bin/deadlock_detection"]
default = []
profiling = ["jemallocator/profiling", "ckb-bin/profiling"]
with_dns_seeding = ["ckb-bin/with_dns_seeding"]
with_sentry = ["ckb-bin/with_sentry"]

[package]
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = "build.rs"
description = "CKB is the layer 1 of Nervos Network, a public/permissionless blockchain."
edition = "2018"
homepage = "https://github.com/nervosnetwork/ckb"
license = "MIT"
name = "ckb"
repository = "https://github.com/nervosnetwork/ckb"
version = "0.39.1"
[profile.release]
overflow-checks = true
[target."cfg(all(not(target_env = \"msvc\"), not(target_os=\"macos\")))".dependencies.jemallocator]
features = ["unprefixed_malloc_on_supported_platforms"]
version = "0.3.0"