2019-06-04 09:09:58 +00:00
|
|
|
[package]
|
2019-06-06 10:12:57 +00:00
|
|
|
name = "tantivy-py"
|
2019-08-02 15:53:48 +00:00
|
|
|
version = "0.10.1"
|
2019-06-04 09:09:58 +00:00
|
|
|
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "tantivy"
|
2019-08-02 15:21:13 +00:00
|
|
|
crate-type = ["cdylib"]
|
2019-06-04 09:09:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4"
|
2019-12-17 14:23:53 +00:00
|
|
|
tantivy = "0.11"
|
2019-08-02 11:23:10 +00:00
|
|
|
itertools = "0.8"
|
2019-12-17 14:23:53 +00:00
|
|
|
futures = "0.3"
|
2019-06-04 09:09:58 +00:00
|
|
|
|
|
|
|
[dependencies.pyo3]
|
2019-10-01 16:32:06 +00:00
|
|
|
version = "0.8"
|
2019-06-04 09:09:58 +00:00
|
|
|
features = ["extension-module"]
|