scratch-server 1.0.1

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.0.1"
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"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.37"

[dependencies.clap]
version = "4.5.4"

[dependencies.flate2]
version = "1.0.30"

[dependencies.include_dir]
version = "0.7.3"

[dependencies.mime_guess]
version = "2.0.4"

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

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

[dependencies.regex]
version = "1.10.3"

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

[dependencies.serde_json]
version = "1.0.114"

[dependencies.termcolor]
version = "1.4.1"

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