livelocd 0.1.0

A simple Axum plugin for real-time location tracking via WebSockets and JSON API.
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"
name = "livelocd"
version = "0.1.0"
authors = ["Bailey Burnsed <mail@baileyburnsed.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple Axum plugin for real-time location tracking via WebSockets and JSON API."
homepage = "https://github.com/Burnsedia/livelocd"
documentation = "https://docs.rs/livelocd"
readme = "README.md"
keywords = [
    "axum",
    "websockets",
    "realtime",
    "location",
    "plugin",
]
categories = [
    "network-programming",
    "web-programming::websocket",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/Burnsedia/livelocd"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "1.6.0"

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde_json]
version = "1"

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