tantivy-py/Cargo.toml

29 lines
499 B
TOML

[package]
name = "tantivy"
version = "0.22.0"
readme = "README.md"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2021"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[build-dependencies]
pyo3-build-config = "0.22.3"
[dependencies]
base64 = "0.22"
chrono = "0.4.38"
tantivy = "0.22.0"
itertools = "0.13.0"
futures = "0.3.30"
pythonize = "0.21.0"
serde = "1.0"
serde_json = "1.0.128"
[dependencies.pyo3]
version = "0.21.0"
features = ["chrono", "extension-module"]