ckb-std 0.7.2

This library contains serveral modules help you write CKB contract with Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "buddy-alloc"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff9f338986406db85e2b5deb40a9255b796ca03a194c7457403d215173f3fd5"

[[package]]
name = "cc"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c1f1d60091c1b73e2b1f4560ab419204b178e625fa945ded7b660becd2bd46"

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "ckb-standalone-types"
version = "0.0.1-pre.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af2cdbdf65ee5b1da71504f5a03d6984bce77d0b4b46daff63f4ba4a3b0eef08"
dependencies = [
 "cfg-if",
 "molecule",
]

[[package]]
name = "ckb-std"
version = "0.7.2"
dependencies = [
 "buddy-alloc",
 "cc",
 "ckb-standalone-types",
]

[[package]]
name = "molecule"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "663f76cc52219e5957e2f5563cce9d89f98aa8503c9c898b5c412d97df663998"
dependencies = [
 "cfg-if",
]