# 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 = "http-server-axum-tutorial" version = "0.1.0" authors = ["yunding.eric@gmail.com"] description = "Educational project on serve static content from files, like Python's http.server" readme = "README.md" keywords = [ "http", "server", "static", ] license = "MIT" repository = "https://github.com/GeauxEric/axum-tutorial" [dependencies.axum] version = "0.7.1" [dependencies.mime_guess] version = "2.0.4" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing-subscriber] version = "0.3.18"