tantivy-py/Cargo.toml

26 lines
435 B
TOML
Raw Normal View History

[package]
2020-01-25 09:11:27 +00:00
name = "tantivy"
2022-04-15 03:50:37 +00:00
version = "0.17.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]
2022-04-15 03:50:37 +00:00
pyo3-build-config = "0.16.3"
[dependencies]
2020-10-01 20:04:04 +00:00
chrono = "0.4.19"
2022-04-15 03:50:37 +00:00
tantivy = "0.17"
itertools = "0.10.3"
futures = "0.3.21"
serde_json = "1.0.64"
[dependencies.pyo3]
2022-04-15 03:50:37 +00:00
version = "0.16.3"
features = ["extension-module"]