|
@@ -1,6 +1,6 @@ |
|
|
[package] |
|
|
[package] |
|
|
name = "tantivy-cli" |
|
|
name = "tantivy-cli" |
|
|
version = "0.4.4" |
|
|
|
|
|
|
|
|
version = "0.4.5" |
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"] |
|
|
authors = ["Paul Masurel <paul.masurel@gmail.com>"] |
|
|
|
|
|
|
|
|
description = """Command line interface for Tantivy, a search engine library.""" |
|
|
description = """Command line interface for Tantivy, a search engine library.""" |
|
@@ -31,7 +31,7 @@ log = "0.3" |
|
|
futures = "0.1" |
|
|
futures = "0.1" |
|
|
env_logger = "0.3" |
|
|
env_logger = "0.3" |
|
|
version = "2" |
|
|
version = "2" |
|
|
tantivy = "0.4.3" |
|
|
|
|
|
|
|
|
tantivy = "0.4.4" |
|
|
|
|
|
|
|
|
[[bin]] |
|
|
[[bin]] |
|
|
name = "tantivy" |
|
|
name = "tantivy" |
|
@@ -44,7 +44,6 @@ debug = false |
|
|
debug-assertions = false |
|
|
debug-assertions = false |
|
|
lto = true |
|
|
lto = true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[features] |
|
|
[features] |
|
|
default = ["tantivy/simdcompression"] |
|
|
default = ["tantivy/simdcompression"] |
|
|
|
|
|
|