noapi 0.1.4

A Rust fullstack web framework [Axum + React], with the concept of Rust server actions, utilizes the type safety of Rust and TypeScript to make calls to server without APIs.
[[bin]]
name = "noapi"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.28"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.toml]
version = "0.8.20"

[package]
authors = ["Kelvin Osei <incrediblemhi2022@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A Rust fullstack web framework [Axum + React], with the concept of Rust server actions, utilizes the type safety of Rust and TypeScript to make calls to server without APIs."
documentation = "https://incrediblemhi.github.io/NoApi/"
edition = "2021"
homepage = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
keywords = ["webdev", "react", "axum", "full-stack"]
license = "MIT"
name = "noapi"
readme = "README.md"
repository = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
version = "0.1.4"