tantivy-py/Cargo.toml

25 lines
414 B
TOML
Raw Normal View History

[package]
2020-01-25 09:11:27 +00:00
name = "tantivy"
version = "0.16.0"
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"]
[build-dependencies]
pyo3-build-config = "0.15.1"
[dependencies]
2020-10-01 20:04:04 +00:00
chrono = "0.4.19"
tantivy = "0.16.1"
itertools = "0.10.0"
futures = "0.3.5"
[dependencies.pyo3]
2022-01-17 01:16:08 +00:00
version = "0.15.1"
features = ["extension-module"]