topcoat-runtime 0.0.2

A modular, batteries-included Rust web framework for server-rendered apps.
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"
rust-version = "1.95"
name = "topcoat-runtime"
version = "0.0.2"
authors = ["Julien Scholz <hello@julien-scholz.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular, batteries-included Rust web framework for server-rendered apps."
readme = "README.md"
keywords = [
    "web",
    "framework",
    "ssr",
    "html",
    "server",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/tokio-rs/topcoat"
resolver = "2"

[features]
discover = ["dep:inventory"]
router = ["dep:topcoat-router"]

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

[dependencies.inventory]
version = "0.3.24"
optional = true

[dependencies.ref-cast]
version = "1.0"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.topcoat-asset]
version = "0.0.2"

[dependencies.topcoat-core]
version = "0.0.2"

[dependencies.topcoat-router]
version = "0.0.2"
optional = true

[dependencies.topcoat-view]
version = "0.0.2"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

[lints.clippy]
mod_module_files = "deny"
too_many_lines = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"

[lints.rustdoc]
broken_intra_doc_links = "deny"