# 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-types" version = "0.120.0" authors = ["Nervos Core Dev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides the essential types for CKB." homepage = "https://github.com/nervosnetwork/ckb" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb" [package.metadata.cargo-shear] ignored = ["bytes"] [lib] name = "ckb_types" path = "src/lib.rs" [dependencies.bit-vec] version = "0.6.3" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.ckb-channel] version = "= 0.120.0" [dependencies.ckb-constant] version = "= 0.120.0" [dependencies.ckb-error] version = "= 0.120.0" [dependencies.ckb-fixed-hash] version = "= 0.120.0" [dependencies.ckb-gen-types] version = "= 0.120.0" [dependencies.ckb-hash] version = "= 0.120.0" [dependencies.ckb-merkle-mountain-range] version = "0.5.2" [dependencies.ckb-occupied-capacity] version = "= 0.120.0" [dependencies.ckb-rational] version = "= 0.120.0" [dependencies.derive_more] version = "1" features = ["display"] default-features = false [dependencies.golomb-coded-set] version = "0.2.0" [dependencies.merkle-cbt] version = "0.3" [dependencies.molecule] version = "0.8" [dependencies.numext-fixed-uint] version = "0.1" features = [ "support_rand", "support_heapsize", "support_serde", ] [dependencies.paste] version = "1.0" [dev-dependencies]