[go: up one dir, main page]

bytecount 0.1.7

count occurrences of a byte in a byte slice, fast
Documentation
# 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]
name = "bytecount"
version = "0.1.7"
authors = ["Andre Bogus <bogusandre@gmail.de>", "Joshua Landau <joshua@landau.ws>"]
description = "count occurrences of a byte in a byte slice, fast"
license = "Apache-2.0/MIT"
repository = "https://github.com/llogiq/bytecount"

[lib]
bench = false

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false
[dependencies.simd]
version = "0.2.0"
optional = true
[dev-dependencies.quickcheck]
version = "0.4.1"

[dev-dependencies.rand]
version = "0.3.15"

[dev-dependencies.bencher]
version = "0.1.2"

[features]
avx-accel = ["simd-accel"]
simd-accel = ["simd"]