anycms-spa 0.7.2

SPA integration with Web Frameworks
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 = "anycms-spa"
version = "0.7.2"
authors = ["Liangdi<wu@liangid.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SPA integration with Web Frameworks"
homepage = "https://anycms.org"
readme = "README.md"
keywords = [
    "anycms",
    "spa",
    "actix-web",
    "axum",
    "salvo",
]
license = "MIT"
repository = "https://github.com/anycms/anycms-spa"

[features]
actix = ["dep:actix-web"]
axum = ["dep:axum"]
brotli = ["dep:brotli"]
default = []
gzip = ["dep:flate2"]
salvo = ["dep:salvo"]

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

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

[dependencies.actix-web]
version = "4.14.1"
optional = true

[dependencies.axum]
version = "0.8.9"
optional = true

[dependencies.brotli]
version = "8"
optional = true

[dependencies.flate2]
version = "1"
optional = true

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.paste]
version = "1.0.15"

[dependencies.rust-embed]
version = "8.12.0"
features = ["include-exclude"]

[dependencies.salvo]
version = "0.95.2"
optional = true

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tracing]
version = "0.1.44"