tantivy-py/Cargo.toml

29 lines
499 B
TOML
Raw Normal View History

[package]
2020-01-25 09:11:27 +00:00
name = "tantivy"
2024-05-05 08:38:50 +00:00
version = "0.22.0"
2020-04-22 15:35:33 +00:00
readme = "README.md"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
2023-11-19 00:14:37 +00:00
edition = "2021"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[build-dependencies]
pyo3-build-config = "0.22.3"
[dependencies]
2024-05-03 21:35:19 +00:00
base64 = "0.22"
chrono = "0.4.38"
2024-05-03 21:35:19 +00:00
tantivy = "0.22.0"
itertools = "0.13.0"
futures = "0.3.31"
2024-05-07 14:36:46 +00:00
pythonize = "0.21.0"
2023-08-26 12:13:29 +00:00
serde = "1.0"
serde_json = "1.0.128"
[dependencies.pyo3]
2024-05-07 14:36:46 +00:00
version = "0.21.0"
features = ["chrono", "extension-module"]