tantivy-py/Cargo.toml

25 lines
460 B
TOML

[package]
name = "tantivy-py"
version = "0.10.1"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[dependencies]
chrono = "0.4.10"
tantivy = "0.11.3"
itertools = "0.8.2"
futures = "0.3.1"
[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"]