[package] name = "ckb-channel" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "Channel wrapper." homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] crossbeam-channel = "0.5.1"