[package] name = "duo" version = "0.1.0-alpha.0" authors = ["jjy "] edition = "2018" readme = "README.md" license = "MIT" repository = "https://github.com/jjyr/duo" keywords = [ "payment", "state", "channel", "layer2", "CKB" ] description = "Duo is an experimental state channel implementation, design for running upon Nervos CKB" [dependencies] # ckb-core = { git = "https://github.com/nervosnetwork/ckb.git", tag = "v0.12.2"} # hash = { git = "https://github.com/nervosnetwork/ckb.git", tag = "v0.12.2"} failure = "0.1.5" numext-fixed-hash = "0.1.4" secp256k1 = "0.12.2" lazy_static = "1.3" rand = "0.6.5" serde = "1.0.92" serde_derive = "1.0.92" serde_json = "1.0.39" byteorder = "1.3.1" tokio-io = "0.1.12" bytes = "0.4.12" fnv = "1.0.6"