# 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 = "ckb-tool" version = "0.3.1" authors = ["jjy "] description = "CKB crates all in one" license = "MIT" [dependencies.ckb-chain-spec] version = "0.39.0" [dependencies.ckb-crypto] version = "0.39.0" [dependencies.ckb-error] version = "0.39.0" [dependencies.ckb-hash] version = "0.39.0" [dependencies.ckb-jsonrpc-types] version = "0.39.0" [dependencies.ckb-resource] version = "0.39.0" [dependencies.ckb-script] version = "0.39.0" [dependencies.ckb-traits] version = "0.39.0" [dependencies.ckb-types] version = "0.39.0" [dependencies.ckb-verification] version = "0.39.0" [dependencies.ckb-vm] version = "=0.19.3" [dependencies.ckb-vm-definitions] version = "=0.19.3" [dependencies.faster-hex] version = "0.4" [dependencies.molecule] version = "=0.6.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simple-jsonrpc-client] version = "0.1" [dependencies.tentacle-multiaddr] version = "=0.2.0" [dependencies.tentacle-secio] version = "=0.4.5"