nakala 0.0.0

A low level information retrieval 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nakala"
version = "0.0.0"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "A low level information retrieval library.\n"
homepage = "https://github.com/BurntSushi/nakala"
documentation = "https://docs.rs/nakala"
readme = "README.md"
keywords = ["information", "retrieval", "fuzzy", "search", "ngram"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/nakala"
[profile.release]
debug = true

[profile.test]
opt-level = 3

[lib]
bench = false
[dependencies.fst]
version = "0.4.4"