# 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 = "golomb-coded-set" version = "0.2.1" authors = ["Linfeng Qian "] description = "An implementation of BIP158 Golomb-Coded Set data structure" readme = "README.md" keywords = [ "golomb", "set", "bip158", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/nervosnetwork/golomb-coded-set" [[bench]] name = "bech_hash" harness = false [dependencies.siphasher] version = "0.3" [dev-dependencies.ckb-hash] version = "0.103.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "=0.3.2"