sppl 0.0.2

Embed static Svelte (and other static) apps into Rust servers.
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 = "sppl"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed static Svelte (and other static) apps into Rust servers."
readme = "README.md"
license = "MIT"
repository = "https://github.com/neutral-engineering/sppl"
resolver = "2"

[features]
axum = [
    "dep:axum",
    "dep:tower",
    "dep:http",
    "dep:bytes",
]
default = ["axum"]

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

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

[dependencies.axum]
version = "0.7"
optional = true
default-features = false

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

[dependencies.flate2]
version = "1"

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

[dependencies.mime_guess]
version = "2"

[dependencies.rust-embed]
version = "8"
features = ["interpolate-folder-path"]

[dependencies.tower]
version = "0.5"
optional = true