trace-weft-server 0.2.0

Axum API and query layer for TraceWeft (SQLite, Postgres, auth, OTLP ingest)
Documentation
# 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.94.1"
name = "trace-weft-server"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axum API and query layer for TraceWeft (SQLite, Postgres, auth, OTLP ingest)"
readme = false
license = "MIT"
repository = "https://github.com/kidoz/trace-weft"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1.5"

[dependencies.clickhouse]
version = "0.11"

[dependencies.object_store]
version = "0.10"
features = ["aws"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "sqlite",
    "postgres",
    "tls-native-tls",
]
default-features = false

[dependencies.subtle]
version = "2.6"

[dependencies.tokio]
version = "1.37"
features = ["full"]

[dependencies.tower-http]
version = "0.7"
features = [
    "cors",
    "fs",
]

[dependencies.trace-weft]
version = "0.2.0"

[dependencies.trace-weft-core]
version = "0.2.0"

[dependencies.trace-weft-recorder]
version = "0.2.0"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[dev-dependencies.trace-weft-core]
version = "0.2.0"
features = ["test-util"]

[dev-dependencies.uuid]
version = "1.10"
features = [
    "v7",
    "serde",
]