tiny_file_server 0.1.6

The simplest file server for the web development purposes
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 = "tiny_file_server"
version = "0.1.6"
authors = [
    "Alexander XX <freecoder.xx@gmail.com>",
    "Noogen Team <info.noogen@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The simplest file server for the web development purposes"
readme = "README.md"
keywords = [
    "noogen",
    "simple",
    "static",
    "http",
    "server",
]
categories = [
    "web-programming::http-server",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/noogen-projects/tiny_file_server"

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

[dependencies.log]
version = "0.4"

[dependencies.tiny_http]
version = "0.12"

[dev-dependencies.env_logger]
version = "0.11"