tantivy-py/Cargo.toml

25 lines
462 B
TOML
Raw Normal View History

[package]
2020-01-25 09:11:27 +00:00
name = "tantivy"
2020-03-05 18:17:24 +00:00
version = "0.12.0-rc.1"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[dependencies]
chrono = "0.4.10"
2020-03-05 18:17:24 +00:00
tantivy = "0.12.0"
itertools = "0.8.2"
2020-03-05 18:17:24 +00:00
futures = "0.3.4"
[dependencies.pyo3]
version = "0.8.5"
features = ["extension-module"]
[package.metadata.maturin]
requires-python = ">=3.7"
project-url = ["https://github.com/tantivy-search/tantivy-py"]