# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "duo" version = "0.1.0-alpha.0" authors = ["jjy "] description = "Duo is an experimental state channel implementation, design for running upon Nervos CKB" readme = "README.md" keywords = ["payment", "state", "channel", "layer2", "CKB"] license = "MIT" repository = "https://github.com/jjyr/duo" [dependencies.byteorder] version = "1.3.1" [dependencies.bytes] version = "0.4.12" [dependencies.failure] version = "0.1.5" [dependencies.fnv] version = "1.0.6" [dependencies.lazy_static] version = "1.3" [dependencies.numext-fixed-hash] version = "0.1.4" [dependencies.rand] version = "0.6.5" [dependencies.secp256k1] version = "0.12.2" [dependencies.serde] version = "1.0.92" [dependencies.serde_derive] version = "1.0.92" [dependencies.serde_json] version = "1.0.39" [dependencies.tokio-io] version = "0.1.12"