tantivy-py/Cargo.toml

26 lines
491 B
TOML
Raw Normal View History

[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"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[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"
futures = "0.3.5"
[dependencies.pyo3]
version = "0.13.2"
features = ["extension-module"]
[package.metadata.maturin]
requires-python = ">=3.7"
project-url = { Source = "https://github.com/tantivy-search/tantivy-py" }