2019-06-04 09:09:58 +00:00
|
|
|
[package]
|
2020-01-25 09:11:27 +00:00
|
|
|
name = "tantivy"
|
2020-10-11 08:42:38 +00:00
|
|
|
version = "0.13.2"
|
2020-04-22 15:35:33 +00:00
|
|
|
readme = "README.md"
|
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-10-01 20:04:04 +00:00
|
|
|
chrono = "0.4.19"
|
|
|
|
tantivy = "0.13.2"
|
2020-04-19 11:35:14 +00:00
|
|
|
itertools = "0.9.0"
|
2020-09-19 09:36:31 +00:00
|
|
|
futures = "0.3.5"
|
2019-06-04 09:09:58 +00:00
|
|
|
|
|
|
|
[dependencies.pyo3]
|
2021-02-23 01:02:16 +00:00
|
|
|
version = "0.13.2"
|
2019-06-04 09:09:58 +00:00
|
|
|
features = ["extension-module"]
|
2020-01-05 15:49:23 +00:00
|
|
|
|
|
|
|
[package.metadata.maturin]
|
|
|
|
requires-python = ">=3.7"
|
2021-02-23 01:02:16 +00:00
|
|
|
project-url = { Source = "https://github.com/tantivy-search/tantivy-py" }
|