blob: 3534b79ee9785ca7a81e593de9e2e50a3bfb90c0 [file] [log] [blame]
# 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]
name = "elasticlunr-rs"
version = "2.3.4"
authors = ["Matt Ickstadt <mattico8@gmail.com>"]
exclude = ["tests/lunr-fixture-gen/**"]
description = "A partial port of elasticlunr.js to Rust"
documentation = "https://docs.rs/elasticlunr-rs"
readme = "README.md"
keywords = ["search", "index", "indexing", "lunr", "elasticlunrjs"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mattico/elasticlunr-rs"
[lib]
name = "elasticlunr"
[dependencies.lazy_static]
version = "1"
[dependencies.regex]
version = "1"
[dependencies.rust-stemmers]
version = "1"
optional = true
[dependencies.serde]
version = "1"
[dependencies.serde_derive]
version = "1.0.34"
[dependencies.serde_json]
version = "1"
[dependencies.strum]
version = "0.11"
[dependencies.strum_macros]
version = "0.11"
[dev-dependencies.maplit]
version = "1"
[features]
bench = []
da = ["rust-stemmers"]
de = ["rust-stemmers"]
default = ["languages"]
du = ["rust-stemmers"]
es = ["rust-stemmers"]
fi = ["rust-stemmers"]
fr = ["rust-stemmers"]
it = ["rust-stemmers"]
languages = ["da", "de", "du", "es", "fi", "fr", "it", "pt", "ro", "ru", "sv", "tr"]
nightly = ["bench"]
pt = ["rust-stemmers"]
ro = ["rust-stemmers"]
ru = ["rust-stemmers"]
sv = ["rust-stemmers"]
tr = ["rust-stemmers"]
[badges.travis-ci]
repository = "mattico/elasticlunr-rs"