[package] name = "lest" description = "A modular approach to a web server. Based on actix-web." version = "0.2.1" edition = "2021" license = "WTFPL" readme = "README-CRATES.md" repository = "https://git.crit.rip/lest-rs/lest-lib" homepage = "https://lest.crit.rip" [lib] crate-type = ["lib"] [dependencies] actix = "0.13.5" actix-web = "4.9.0" mime_guess = "2.0.5" serde_json = "1.0.122" tokio = { version = "1.39.2", features = ["macros"] } woothee = "0.13.0" either = "1.13.0" rand = "0.8.5" base64 = "0.22.1" libcoerced = "0.1.2" actix-session = { version = "0.10.0", features = ["redis-session", "cookie-session"] } colored = "2.1.0" serde = { version = "1.0.208", features = ["derive"] }