webby-deploy 0.3.0

Drop a static HTML app into a local, tailnet, temporary public, or durable public URL.
# 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 = "webby-deploy"
version = "0.3.0"
build = false
exclude = [
    ".github/",
    "bags/",
    "logs/",
    "skills/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Drop a static HTML app into a local, tailnet, temporary public, or durable public URL."
homepage = "https://github.com/ankitson/webby"
documentation = "https://github.com/ankitson/webby#readme"
readme = "README.md"
keywords = [
    "static-site",
    "cli",
    "tailscale",
    "cloudflare",
    "deploy",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ankitson/webby"

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

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.minijinja]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tiny_http]
version = "0.12"

[dependencies.ureq]
version = "2"