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"
|
|
|
|
tantivy = { git = "https://github.com/tantivy-search/tantivy" }
|
|
|
|
|
|
|
|
[dependencies.pyo3]
|
|
|
|
version = "0.7.0"
|
|
|
|
features = ["extension-module"]
|