ashwa 0.1.2

Hardware accelerated routines for single substring search
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 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 = "2024"
rust-version = "1.85.0"
name = "ashwa"
version = "0.1.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hardware accelerated routines for single substring search"
readme = "README.md"
keywords = [
    "ashwa",
    "memmem",
    "substring",
    "find",
    "search",
]
categories = [
    "algorithms",
    "hardware-support",
    "no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pid7-org/ashwa"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
additional-targets = ["i686-apple-darwin"]
targets = [
    "aarch64-apple-darwin",
    "i686-pc-windows-msvc",
    "x86_64-pc-windows-msvc",
    "aarch64-unknown-linux-gnu",
]

[lib]
name = "ashwa"
path = "src/lib.rs"

[[example]]
name = "search_one_profile"
path = "examples/search_one_profile.rs"

[[bench]]
name = "one_throughput"
path = "benches/one_throughput.rs"
harness = false

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]
version = "0.8.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(forced_swar_backend)"]