# 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 = "ilmen-http" version = "0.0.3" description = "A little homemade http server" homepage = "https://github.com/superdaminou/ilmen-http" readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.ctrlc] version = "3.4.1" [dependencies.dotenv] version = "0.15" [dependencies.log] version = "0.4" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0"