# 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 = "memoryhttpd" version = "0.2.0" authors = ["Antoine Catton"] description = "In-memory, multi-host HTTP server" readme = "README.md" license = "ISC" repository = "https://codeberg.org/acatton/memoryhttpd" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "http1", "server", "runtime", ] [dependencies.log] version = "0.4" [dependencies.simple_logger] version = "2.0.0" [dependencies.tokio] version = "1" features = [ "rt", "time", "macros", ]