marius-render 0.1.0

Artifact writing and Axum integration shell for the Marius engine.
# 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"
name = "marius-render"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Artifact writing and Axum integration shell for the Marius engine."
readme = "README.md"
keywords = [
    "axum",
    "web",
    "marius",
]
categories = ["web-programming"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/scriptura/marius"
resolver = "2"

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

[dependencies.axum]
version = "0.7"

[dependencies.marius-collector]
version = "0.1.0"

[dependencies.marius-projection]
version = "0.1.0"

[dependencies.marius-schema]
version = "0.1.0"

[dependencies.maud]
version = "0.26"
features = ["axum"]

[dependencies.rayon]
version = "1.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "runtime-tokio",
    "macros",
    "chrono",
]

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

[build-dependencies.marius-fragment-forge]
version = "0.1.0"