csi-webserver-core 0.1.1

Embeddable HTTP/WebSocket library for streaming ESP32 CSI data over USB serial
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.85"
name = "csi-webserver-core"
version = "0.1.1"
authors = [
    "stacks-of-data",
    "theembeddedrustacean",
]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable HTTP/WebSocket library for streaming ESP32 CSI data over USB serial"
documentation = "https://docs.rs/csi-webserver-core"
readme = "README.md"
keywords = [
    "esp32",
    "csi",
    "websocket",
    "serial",
    "axum",
]
categories = [
    "web-programming::http-server",
    "network-programming",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/csi-rs/csi-webserver-core-rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.arrow]
version = "59"

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.parquet]
version = "59"
features = ["arrow"]

[dependencies.postcard]
version = "1"
features = ["use-std"]

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-serial]
version = "5.4.5"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"