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]
name = "suffix"
version = "1.3.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
autotests = false
description = "Suffix arrays."
homepage = "https://github.com/BurntSushi/suffix"
documentation = "https://docs.rs/suffix"
readme = "README.md"
keywords = [
    "suffix",
    "text",
    "search",
    "index",
]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/suffix"

[profile.bench]
opt-level = 3

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

[[bin]]
name = "suffix-array"
path = "src/main.rs"
test = false
bench = false
doc = false

[[test]]
name = "tests"
path = "tests/tests.rs"

[[bench]]
name = "bench"
path = "tests/bench.rs"

[dev-dependencies.quickcheck]
version = "0.9"
default-features = false