crossandra 1.0.0

A fast and simple lexical tokenization library.
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"
name = "crossandra"
version = "1.0.0"
authors = ["trag1c <dev@jakubr.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and simple lexical tokenization library."
readme = "README.md"
license = "MIT"
repository = "https://github.com/trag1c/crossandra-rs"

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

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

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

[dependencies.fancy-regex]
version = "0.17.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rustc-hash]
version = "2.1.1"

[dev-dependencies.criterion]
version = "0.7"

[profile.profiling]
debug = 2
inherits = "release"