2019-06-04 09:09:58 +00:00
|
|
|
[package]
|
2020-01-25 09:11:27 +00:00
|
|
|
name = "tantivy"
|
2020-04-22 15:36:36 +00:00
|
|
|
version = "0.12.0-rc.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"
|
2020-04-22 15:35:33 +00:00
|
|
|
license-file = "LICENSE"
|
2019-06-04 09:09:58 +00:00
|
|
|
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-04-19 11:35:14 +00:00
|
|
|
chrono = "0.4.11"
|
2020-09-05 15:51:54 +00:00
|
|
|
tantivy = "0.13.0"
|
2020-04-19 11:35:14 +00:00
|
|
|
itertools = "0.9.0"
|
2020-03-05 18:17:24 +00:00
|
|
|
futures = "0.3.4"
|
2019-06-04 09:09:58 +00:00
|
|
|
|
|
|
|
[dependencies.pyo3]
|
2020-04-19 11:35:14 +00:00
|
|
|
version = "0.9.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"
|
2020-01-05 15:54:15 +00:00
|
|
|
project-url = ["https://github.com/tantivy-search/tantivy-py"]
|