# 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 = "reluax" version = "0.2.1" authors = ["Duckonaut"] description = "A LuaX-based web framework" homepage = "https://github.com/Duckonaut/reluax" readme = "README.md" keywords = [ "http", "web", "framework", "lua", "luax", ] license = "MIT" repository = "https://github.com/Duckonaut/reluax" [profile.dist] lto = "thin" inherits = "release" [dependencies.clap] version = "4.4.14" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.http-body-util] version = "0.1.0" [dependencies.hyper] version = "1.1.0" features = [ "http1", "http2", "server", ] [dependencies.hyper-util] version = "0.1.2" features = [ "http1", "http2", "server", "tokio", ] [dependencies.rlua] version = "0.19.7" features = ["system-luajit"] default-features = false [dependencies.tempfile] version = "3.9.0" [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dependencies.utf8-read] version = "0.4.0"