# 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-gen-types" version = "0.117.0-rc3" authors = ["Nervos Core Dev "] description = "Provides the generated types for CKB." homepage = "https://github.com/nervosnetwork/ckb" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb" [dependencies.cfg-if] version = "1.0" [dependencies.ckb-error] version = "= 0.117.0-rc3" optional = true [dependencies.ckb-fixed-hash] version = "= 0.117.0-rc3" optional = true [dependencies.ckb-hash] version = "= 0.117.0-rc3" optional = true default-features = false [dependencies.ckb-occupied-capacity] version = "= 0.117.0-rc3" optional = true [dependencies.molecule] version = "0.7.5" default-features = false [dependencies.numext-fixed-uint] version = "0.1" features = [ "support_rand", "support_heapsize", "support_serde", ] optional = true [dev-dependencies] [features] calc-hash = ["ckb-hash/ckb-contract"] check-data = [] default = ["std"] serialized-size = ["calc-hash"] std = [ "molecule/std", "ckb-hash/default", "ckb-fixed-hash", "ckb-error", "ckb-occupied-capacity", "numext-fixed-uint", ]