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]
|
2020-01-05 11:40:07 +00:00
|
|
|
chrono = "0.4.10"
|
|
|
|
tantivy = "0.11.3"
|
|
|
|
itertools = "0.8.2"
|
|
|
|
futures = "0.3.1"
|
2019-06-04 09:09:58 +00:00
|
|
|
|
|
|
|
[dependencies.pyo3]
|
2020-01-05 11:40:07 +00:00
|
|
|
version = "0.8.5"
|
2019-06-04 09:09:58 +00:00
|
|
|
features = ["extension-module"]
|