hermes-server 1.2.5

gRPC search server for Hermes
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[[bin]]
name = "hermes-server"
path = "src/main.rs"

[[bin]]
name = "serve-index"
path = "src/bin/serve_index.rs"

[[bin]]
name = "test-doc-retrieval"
path = "src/bin/test_doc_retrieval.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tonic]
version = "0.14"

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[build-dependencies.tonic-build]
version = "0.14"

[build-dependencies.tonic-prost-build]
version = "0.14"