nfw-core 0.1.1

Blazing fast fullstack framework powered by NestForge
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"
rust-version = "1.75"
name = "nfw-core"
version = "0.1.1"
authors = ["VernonTheDev <vernon@nestforge.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing fast fullstack framework powered by NestForge"
homepage = "https://nestforge.dev"
readme = false
license = "Apache-2.0"
repository = "https://github.com/vernonthedev/nestforge-web"

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

[[test]]
name = "api_test"
path = "tests/api_test.rs"

[[test]]
name = "config_test"
path = "tests/config_test.rs"

[[test]]
name = "hmr_test"
path = "tests/hmr_test.rs"

[[test]]
name = "openapi_test"
path = "tests/openapi_test.rs"

[[test]]
name = "routing_test"
path = "tests/routing_test.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures-util]
version = "0.3"

[dependencies.notify]
version = "6.1"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.7"
features = ["v4"]

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