[[bench]]
harness = false
name = "bench"
[dev-dependencies.criterion]
version = "^0.3.3"
[dev-dependencies.rand]
version = "^0.8.3"
[package]
authors = ["mov-rax-rbx"]
categories = ["data-structures"]
description = "Fast realization of suffix array and suffix tree"
edition = "2018"
keywords = ["suffix", "suffix_array", "suffix_tree", "text", "no_std"]
license = "MIT"
name = "suff_collections"
readme = "README.md"
repository = "https://github.com/mov-rax-rbx/Suffix-Collections"
version = "2.0.0"
[[test]]
name = "tests"
path = "tests/tests.rs"