hermes-python 0.1.0

Python bindings for Hermes search engine
Documentation
[build-dependencies.pyo3-build-config]
version = "0.27"

[dependencies.hermes-core]
default-features = false
features = ["native"]
version = "0.1.0"

[dependencies.pyo3]
features = ["extension-module", "auto-initialize"]
version = "0.27"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "fs", "io-util"]
version = "1.49"

[lib]
crate-type = ["cdylib", "rlib"]
name = "hermes_python"
path = "src/lib.rs"

[package]
authors = ["izihawa"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["database", "text-processing"]
description = "Python bindings for Hermes search engine"
edition = "2024"
homepage = "https://github.com/SpaceFrontiers/hermes"
keywords = ["search", "full-text-search", "indexing", "ir"]
license = "MIT"
name = "hermes-python"
readme = false
repository = "https://github.com/SpaceFrontiers/hermes"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"