foundation_toolings 0.0.2

Development tooling server: reverse proxy, file watcher, hot reload — built on valtron and native APIs, zero async runtime deps
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.87"
name = "foundation_toolings"
version = "0.0.2"
authors = ["EweStudios Consulting Limited"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development tooling server: reverse proxy, file watcher, hot reload — built on valtron and native APIs, zero async runtime deps"
readme = "README.md"
keywords = [
    "devserver",
    "proxy",
    "hot-reload",
    "valtron",
    "native-apis",
]
license = "Apache-2.0"
repository = "https://github.com/ewe-studios/ewe_platform"
resolver = "3"

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

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

[dependencies.concurrent-queue]
version = "2.5.0"

[dependencies.derive_more]
version = ">=2.0"
features = ["full"]

[dependencies.foundation_core]
version = "0.0.5"

[dependencies.foundation_errstacks]
version = "0.0.2"

[dependencies.foundation_http]
version = "0.0.2"

[dependencies.foundation_nativeapis]
version = "0.0.2"

[dependencies.foundation_netio]
version = "0.0.3"

[dependencies.foundation_nostd]
version = "0.0.5"

[dependencies.foundation_runtimes]
version = "0.0.4"

[dependencies.itertools]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0.114"

[dependencies.tracing]
version = "0.1"

[dependencies.which]
version = "7"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["json"]

[dev-dependencies.tracing-test]
version = "0.2"
features = ["no-env-filter"]

[lints.clippy.pedantic]
level = "warn"
priority = 0

[lints.rust.missing_debug_implementations]
level = "allow"
priority = 0

[lints.rust.missing_docs]
level = "allow"
priority = 0