# 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 = "tiny_file_server" version = "0.1.5" authors = [ "Alexander XX ", "Noogen Team ", ] 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" [dependencies.log] version = "0.4" [dependencies.tiny_http] version = "0.12" [dev-dependencies.env_logger] version = "0.9"