# 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 = "mygo" version = "0.1.1" authors = ["levinion "] description = "A fast HTTP server in Rust with Axum for better performance and UI 🚀" documentation = "https://docs.rs/mygo" readme = "README.md" keywords = [ "net", "http", "server", ] license = "MIT" repository = "https://github.com/levinion/mygo" [dependencies.anyhow] version = "1.0.82" [dependencies.axum] version = "0.7.5" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.tokio] version = "1.37.0" features = [ "net", "rt-multi-thread", ] [dependencies.tower] version = "0.4.13" [dependencies.tower-http] version = "0.5.2" features = ["fs"]