magic-dashboard 0.1.0

Auto-generate a real-time web dashboard from Rust structs
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 = "magic-dashboard"
version = "0.1.0"
authors = ["android-varx"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generate a real-time web dashboard from Rust structs"
homepage = "https://github.com/android-varx/Magic-Dashboard"
readme = false
license = "MIT"
repository = "https://github.com/android-varx/Magic-Dashboard"

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

[dependencies.axum]
version = "0.7"

[dependencies.magic-dashboard-macros]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

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