vibe-graph-api 0.1.0

REST + WebSocket API service for Vibe-Graph
Documentation
[dependencies.axum]
features = ["ws"]
version = "0.8.7"

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

[dependencies.serde_json]
version = "1.0.145"

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

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

[dependencies.tracing]
features = ["std"]
version = "0.1.43"

[dependencies.vibe-graph-core]
version = "0.1.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "REST + WebSocket API service for Vibe-Graph"
edition = "2021"
homepage = "https://github.com/pinsky-three/vibe-graph"
license = "MIT"
name = "vibe-graph-api"
readme = false
repository = "https://github.com/pinsky-three/vibe-graph"
version = "0.1.0"

[package.metadata.release]
release = false