tephra-server 0.1.1

Synchronous, thread-per-connection TCP server exposing a tephra event store over the length-prefixed protobuf protocol
# 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.95.0"
name = "tephra-server"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Synchronous, thread-per-connection TCP server exposing a tephra event store over the length-prefixed protobuf protocol"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/tqwewe/tephra"
resolver = "2"

[lib]
name = "tephra_server"
path = "src/lib.rs"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.argh]
version = "0.1"

[dependencies.config]
version = "0.15"
features = ["toml"]
default-features = false

[dependencies.ctrlc]
version = "3"

[dependencies.protobuf]
version = "=4.35.1-release"

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

[dependencies.socket2]
version = "0.6.5"

[dependencies.tephra]
version = "0.1.1"

[dependencies.tephra-proto]
version = "0.1.1"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tephra-client]
version = "0.1.1"