# 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-hack" 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" [lib] proc-macro = true [dependencies.nfhash-core] version = "=0.1.6" package = "numext-fixed-hash-core" [dependencies.proc-macro2] version = "~1.0" [dependencies.quote] version = "~1.0" [dependencies.syn] version = "~1.0" features = ["extra-traits"] [features] bits_1024 = ["nfhash-core/bits_1024"] bits_128 = ["nfhash-core/bits_128"] bits_160 = ["nfhash-core/bits_160"] bits_2048 = ["nfhash-core/bits_2048"] bits_224 = ["nfhash-core/bits_224"] bits_256 = ["nfhash-core/bits_256"] bits_384 = ["nfhash-core/bits_384"] bits_4096 = ["nfhash-core/bits_4096"] bits_512 = ["nfhash-core/bits_512"] bits_520 = ["nfhash-core/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 = ["nfhash-core/support_heapsize"] support_rand = ["nfhash-core/support_rand"] support_serde = ["nfhash-core/support_serde"] [badges.travis-ci] repository = "cryptape/rust-numext"