tantivy-py/Cargo.toml

28 lines
482 B
TOML
Raw Normal View History

[package]
2020-01-25 09:11:27 +00:00
name = "tantivy"
version = "0.20.1"
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]
2023-07-22 05:58:43 +00:00
pyo3-build-config = "0.19.1"
[dependencies]
chrono = "0.4.23"
2023-09-28 08:17:15 +00:00
tantivy = "0.21.0"
itertools = "0.10.5"
futures = "0.3.26"
2023-08-26 12:13:29 +00:00
pythonize = "0.19.0"
serde = "1.0"
serde_json = "1.0.91"
[dependencies.pyo3]
2023-07-22 05:58:43 +00:00
version = "0.19.1"
features = ["chrono", "extension-module"]