tantivy-py/Cargo.toml

21 lines
332 B
TOML
Raw Normal View History

[package]
name = "tantivy-py"
version = "0.10.1"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2018"
license = "MIT"
[lib]
name = "tantivy"
crate-type = ["cdylib"]
[dependencies]
chrono = "0.4"
2019-12-17 14:23:53 +00:00
tantivy = "0.11"
2019-08-02 11:23:10 +00:00
itertools = "0.8"
2019-12-17 14:23:53 +00:00
futures = "0.3"
[dependencies.pyo3]
2019-10-01 16:32:06 +00:00
version = "0.8"
features = ["extension-module"]