frontwork 0.4.8

The TypeScript Framework using Deno & Webassembly
# 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 = "2021"
name = "frontwork"
version = "0.4.8"
authors = [
    "LuceusXylian <luceusxylian@gmail.com>",
    "frontwork-org Contributors <https://github.com/frontwork-org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The TypeScript Framework using Deno & Webassembly"
readme = false
license = "MIT"
repository = "https://github.com/frontwork-org/frontwork"

[[bin]]
name = "frontwork"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.indicatif]
version = "0.18.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.23"
features = [
    "blocking",
    "stream",
]

[dependencies.rsass]
version = "0.29.2"

[dependencies.rusync]
version = "0.7.2"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.shell]
version = "0.3.2"

[dependencies.time]
version = "0.3.41"

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

[dependencies.zip]
version = "4.5.0"