ninox-server 0.1.0

HTTP/WebSocket server exposing the Ninox engine to the native app and web dashboard.
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 = "2021"
name = "ninox-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP/WebSocket server exposing the Ninox engine to the native app and web dashboard."
readme = false
license = "MIT"
repository = "https://github.com/Made-by-Moonlight/ninox"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = ["ws"]

[dependencies.futures]
version = "0.3"

[dependencies.ninox-core]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.http]
version = "1"

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

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