[[bench]]
harness = false
name = "bench"
[badges.appveyor]
repository = "llogiq/bytecount"
[badges.travis-ci]
repository = "llogiq/bytecount"
[dependencies.packed_simd]
optional = true
version = "0.3.8"
[dev-dependencies.criterion]
default-features = false
version = "0.4"
[dev-dependencies.quickcheck]
version = "1.0"
[dev-dependencies.rand]
version = "0.8"
[features]
generic-simd = ["packed_simd"]
html_report = []
runtime-dispatch-simd = []
[lib]
bench = false
[package]
authors = ["Andre Bogus <bogusandre@gmail.de>", "Joshua Landau <joshua@landau.ws>"]
categories = ["algorithms", "no-std"]
description = "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast"
edition = "2018"
exclude = ["/.travis.yml", "/appveyor.yml"]
license = "Apache-2.0/MIT"
name = "bytecount"
readme = "README.md"
repository = "https://github.com/llogiq/bytecount"
version = "0.6.4"