tantivy-py/Cargo.toml

27 lines
508 B
TOML
Raw Normal View History

[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"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
2020-04-22 15:35:33 +00:00
license-file = "LICENSE"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[dependencies]
2020-04-19 11:35:14 +00:00
chrono = "0.4.11"
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"
[dependencies.pyo3]
2020-04-19 11:35:14 +00:00
version = "0.9.2"
features = ["extension-module"]
[package.metadata.maturin]
requires-python = ">=3.7"
project-url = ["https://github.com/tantivy-search/tantivy-py"]