auric-runtime 0.1.4

Runtime for the Ember-inspired Auric SPA framework
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"
name = "auric-runtime"
version = "0.1.4"
authors = ["David Rauschenbach <david@megalithic.llc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for the Ember-inspired Auric SPA framework"
homepage = "https://docs.auric.spa"
readme = false
keywords = [
    "ember",
    "spa",
]
categories = [
    "gui",
    "template-engine",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://gitlab.com/megalithic-llc/auric-spa/auric.git"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.auric-derive]
version = "0.1.4"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.console_log]
version = "1.1.0"

[dependencies.jsonapi_core]
version = "0.2.1"

[dependencies.pluralizer]
version = "0.5.0"

[dependencies.reqwest]
version = "0.13.4"
features = ["json"]

[dependencies.serde_json]
version = "1.0"

[dependencies.web-sys]
version = "0.3.103"
features = [
    "console",
    "Document",
    "HtmlElement",
    "Location",
    "Text",
    "Window",
]

[dev-dependencies.httptest]
version = "0.16.4"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.tokio]
version = "1.53"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[lints.clippy]
unwrap_used = "deny"