# 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 = "lest" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A modular approach to a web server. Based on actix-web." homepage = "https://lest.crit.rip" readme = "README-CRATES.md" license = "WTFPL" repository = "https://git.crit.rip/lest-rs/lest-lib" [lib] name = "lest" crate-type = ["lib"] path = "src/lib.rs" [dependencies.actix] version = "0.13.5" [dependencies.actix-session] version = "0.10.0" features = [ "redis-session", "cookie-session", ] [dependencies.actix-web] version = "4.9.0" [dependencies.base64] version = "0.22.1" [dependencies.colored] version = "2.1.0" [dependencies.either] version = "1.13.0" [dependencies.libcoerced] version = "0.1.2" [dependencies.mime_guess] version = "2.0.5" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.tokio] version = "1.39.2" features = ["macros"] [dependencies.woothee] version = "0.13.0"