# 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 = "cyclic-poly-23" version = "0.3.1" authors = ["alienscience "] description = "A rolling, decomposable hash algorithm" readme = "README.md" keywords = [ "hash", "rolling", "decomposable", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://code.alienscience.org/alienscience/cyclic-poly-23" [[bench]] name = "bench" harness = false [dependencies.num-traits] version = "0.2" default-features = false [dev-dependencies.adler32] version = "1" [dev-dependencies.easybench] version = "1" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8" [features] default = [ "std", "num-traits/std", ] std = []