# 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 = "2021" name = "ckb-ez" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CKB Easy is an experimental project that aims to provide human-friendly interfaces for common CKB operations." readme = "README.md" license = "MIT" [lib] name = "ckb_ez" path = "src/lib.rs" [[test]] name = "test_core" path = "tests/test_core.rs" [[test]] name = "test_unittest" path = "tests/test_unittest.rs" [dependencies.ckb-chain-spec] version = "0.118" [dependencies.ckb-error] version = "0.118" [dependencies.ckb-hash] version = "0.118" [dependencies.ckb-script] version = "0.118" [dependencies.ckb-traits] version = "0.118" [dependencies.ckb-types] version = "0.118" [dependencies.hex] version = "0.4"