# 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 = "warp-embed" version = "0.5.0" authors = ["Okamura Yasunobu "] description = "provides embedded files by warp" homepage = "https://github.com/informationsea/warp-embed" readme = "README.md" keywords = [ "embedded-file", "warp", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/informationsea/warp-embed" resolver = "2" [dependencies.mime_guess] version = "2" [dependencies.rust-embed] version = "8" [dependencies.warp] version = "0.3" [dev-dependencies.clap] version = "4" features = ["cargo"] [dev-dependencies.log] version = "0.4" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.tokio] version = "1.1" features = ["full"]