# 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-dev" version = "0.1.1" authors = ["Boyu Yang "] include = ["Cargo.lock", "src/**/*.rs", "src/*.yaml", "README.md", "LICENSE"] description = "A simple tool for CKB DevOps." homepage = "https://github.com/yangby-cryptape/ckb-dev" readme = "README.md" keywords = ["ckb"] license = "MIT" repository = "https://github.com/yangby-cryptape/ckb-dev" [[bin]] name = "ckbdev" path = "src/ckbdev.rs" [dependencies.anyhow] version = "1.0.43" [dependencies.chrono] version = "0.4.19" [dependencies.ckb-jsonrpc-types] version = "0.43.2" [dependencies.clap] version = "2.33.3" features = ["yaml"] [dependencies.env_logger] version = "0.9.0" [dependencies.fs_extra] version = "1.2.0" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.log] version = "0.4.14" [dependencies.qiniu-upload] version = "0.1.1" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "json"] [dependencies.rust-ini] version = "0.17.0" [dependencies.serde] version = "1.0.127" [dependencies.serde_json] version = "1.0.66" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.26" [dependencies.toml] version = "0.5.8" [dependencies.url] version = "2.2.2" [dependencies.walkdir] version = "2.3.2"