# 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 = "tab-hash" version = "0.3.0" authors = ["Henning Timm "] build = "build.rs" description = "Simple and twisted tabulation hashing for 32-bit and 64-bit unsigned integers." homepage = "https://github.com/HenningTimm/rust-tab-hash" documentation = "https://docs.rs/tab-hash" readme = "README.md" keywords = ["hash", "hashing"] license = "MIT" repository = "https://github.com/HenningTimm/rust-tab-hash" [dependencies.array-init] version = "0.1.0" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.bincode] version = "1.2.1" [build-dependencies.cc] version = "1.0.46" [badges.travis-ci] repository = "HenningTimm/rust-tab-hash"