vyre-std 0.1.0

Vyre standard library: GPU DFA assembly pipeline, Aho-Corasick construction, and compositional arithmetic helpers
Documentation
[package]
name = "vyre-std"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true

description = "Vyre standard library: GPU DFA assembly pipeline, Aho-Corasick construction, and compositional arithmetic helpers"
documentation = "https://docs.rs/vyre-std"
readme = "README.md"
keywords = ["gpu", "dfa", "regex", "aho-corasick", "vyre"]
categories = ["algorithms", "text-processing"]

[dependencies]
vyre = { workspace = true }
vyre-spec.workspace = true
bytemuck.workspace = true
pollster.workspace = true

[dev-dependencies]
aho-corasick.workspace = true
proptest.workspace = true
vyre-conform = { path = "../conform" }

[[bench]]
name = "dfa_assemble_bench"
harness = false

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true