# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ckb-sdk-types" version = "0.101.3" authors = ["Linfeng Qian ", "Nervos Core Dev "] description = "ckb-sdk common types" license = "MIT" [dependencies.ckb-error] version = "=0.101.3" [dependencies.ckb-hash] version = "=0.101.3" [dependencies.ckb-jsonrpc-types] version = "=0.101.3" [dependencies.ckb-traits] version = "=0.101.3" [dependencies.ckb-types] version = "=0.101.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dev-dependencies.ckb-crypto] version = "=0.101.3" features = ["secp"]