# 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" rust-version = "1.64" name = "bit-parallelism" version = "0.1.3" authors = ["jlikhuva "] description = "Small integer specialized, word level, parallel algorithms and data structures" homepage = "https://github.com/jlikhuva/blog/blob/main/posts/mathematical-sciences/wlp.md" readme = "README.md" keywords = [ "bit-level-algorithms", "four-russians", "x-fast-trie", "y-fast-trie", ] license = "GPL-2.0-or-later" repository = "https://github.com/jlikhuva/k2m2/tree/main/bit-parallelism" resolver = "1" [dependencies] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8.3"