# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "numext-fixed-hash-core" version = "0.1.6" authors = ["Cryptape Technologies "] description = "A internal crate used by numext-fixed-hash." homepage = "https://cryptape.github.io/rust-numext/" keywords = ["fixed", "hash", "bignum"] categories = ["algorithms", "data-structures"] license = "Apache-2.0 OR MIT" repository = "https://github.com/cryptape/rust-numext" [dependencies.constructor] version = "=0.1.6" package = "numext-constructor" [dependencies.faster-hex] version = "~0.4" optional = true [dependencies.heapsize] version = "~0.4" optional = true [dependencies.nfuint] version = "=0.1.6" package = "numext-fixed-uint" [dependencies.rand] version = "~0.7" optional = true [dependencies.serde] version = "~1.0" optional = true [dependencies.thiserror] version = "~1.0" [features] bits_1024 = ["nfuint/bits_1024"] bits_128 = ["nfuint/bits_128"] bits_160 = ["nfuint/bits_160"] bits_2048 = ["nfuint/bits_2048"] bits_224 = ["nfuint/bits_224"] bits_256 = ["nfuint/bits_256"] bits_384 = ["nfuint/bits_384"] bits_4096 = ["nfuint/bits_4096"] bits_512 = ["nfuint/bits_512"] bits_520 = ["nfuint/bits_520"] bits_all = ["bits_128", "bits_160", "bits_224", "bits_256", "bits_384", "bits_512", "bits_520", "bits_1024", "bits_2048", "bits_4096"] default = ["bits_all"] support_all = ["support_rand", "support_heapsize", "support_serde"] support_heapsize = ["heapsize", "nfuint/support_heapsize"] support_rand = ["rand", "nfuint/support_rand"] support_serde = ["serde", "nfuint/support_serde", "faster-hex"] [badges.travis-ci] repository = "cryptape/rust-numext"