# 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 = "popcnt" version = "0.1.0" authors = ["sarah <>"] description = "count number of set bits in a byte slice" readme = "README.md" keywords = [ "popcnt", "count_ones", ] license = "MIT" repository = "https://github.com/sarah-ek/popcnt/" [[bench]] name = "bench" harness = false [dependencies.bytemuck] version = "1.15.0" [dependencies.pulp] version = "0.18.9" default_features = false [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] nightly = ["pulp/nightly"] std = ["pulp/std"]