# 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-standalone-debugger" version = "0.20.0-rc5" authors = ["Nervos Core Dev "] exclude = ["bins", "js"] description = "Standalone debugger for Nervos CKB" license = "MIT" [lib] crate-type = ["cdylib", "rlib"] [dependencies.ckb-chain-spec] version = "0.100.0" [dependencies.ckb-error] version = "0.100.0" [dependencies.ckb-jsonrpc-types] version = "0.100.0" [dependencies.ckb-script] version = "0.100.0" features = ["detect-asm"] default-features = false [dependencies.ckb-traits] version = "0.100.0" [dependencies.ckb-types] version = "0.100.0" [dependencies.faster-hex] version = "0.4.0" [dependencies.js-sys] version = "0.3.27" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_plain] version = "0.3.0" [dependencies.wasm-bindgen] version = "0.2.50" [dev-dependencies.byteorder] version = "1.3.2"