caps-sa 0.5.0

Cache-friendly, parallel, sample-sort-based suffix array construction (Rust port of CaPS-SA)
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.89"
name = "caps-sa"
version = "0.5.0"
authors = ["COMBINE-lab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache-friendly, parallel, sample-sort-based suffix array construction (Rust port of CaPS-SA)"
readme = "README.md"
keywords = [
    "suffix-array",
    "string",
    "sorting",
    "lcp",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/COMBINE-lab/caps-sa"

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

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

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

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

[dependencies.rayon]
version = "1"

[dependencies.tempfile]
version = "3"

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