scratch-server 1.1.0

Simple HTTP Server
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 = "2021"
name = "scratch-server"
version = "1.1.0"
authors = ["radek00"]
build = "build.rs"
exclude = [
    ".git/*",
    ".github/*",
    ".vscode/*",
    ".idea/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple HTTP Server"
homepage = "https://github.com/radek00/http-server"
readme = "README.md"
keywords = [
    "http",
    "server",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/radek00/http-server"

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

[[bin]]
name = "scratch-server"
path = "src/main.rs"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4.6.1"

[dependencies.flate2]
version = "1.1.9"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.native-tls]
version = "0.2.18"
features = ["vendored"]

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.regex]
version = "1.12.4"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.termcolor]
version = "1.4.1"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
    "json",
]
default-features = false

[build-dependencies.regex]
version = "1.12.4"