tantivy-cli 0.4.3

Command line interface for Tantivy, a search engine library.
# 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 = "tantivy-cli"
version = "0.4.3"
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
description = "Command line interface for Tantivy, a search engine library."
homepage = "https://github.com/tantivy-search/tantivy-cli"
documentation = "https://github.com/tantivy-search/tantivy-cli"
readme = "README.md"
keywords = ["search", "information", "retrieval"]
license = "MIT"
repository = "https://github.com/tantivy-search/tantivy-cli"
[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false

[[bin]]
name = "tantivy"
path = "src/main.rs"
[dependencies.version]
version = "2"

[dependencies.clap]
version = "2"

[dependencies.staticfile]
version = "0.3"

[dependencies.time]
version = "0.1"

[dependencies.mount]
version = "0.2"

[dependencies.ansi_term]
version = "0.8"

[dependencies.byteorder]
version = "0.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.iron]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.urlencoded]
version = "0.4"

[dependencies.tantivy]
version = "0.4.3"

[dependencies.log]
version = "0.3"

[dependencies.chan]
version = "0.1"

[dependencies.bincode]
version = "0.4"

[dependencies.env_logger]
version = "0.3"

[dependencies.serde_derive]
version = "1.0"

[dependencies.persistent]
version = "0.2"

[dependencies.serde]
version = "1.0"

[features]
default = ["tantivy/simdcompression"]