# 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] name = "serve-files" version = "1.0.0" authors = ["Davi Reis "] description = "Simplest local files server!" homepage = "https://github.com/dreisss/serve-files" readme = "README.md" keywords = [ "cli", "server", "files", ] categories = [ "command-line-utilities", "server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dreisss/serve-files" [[bin]] name = "serve" [dependencies]