# 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 = "web-static-pack" version = "0.5.0-beta.2" authors = ["Paweł Kubrak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Embed static resources (GUI, assets, images, styles, html) within executable. Serve with hyper or any server of your choice." homepage = "https://github.com/peku33/web-static-pack" readme = "README.md" keywords = [ "web", "http", "static", "resources", "hyper", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/peku33/web-static-pack" [lib] name = "web_static_pack" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.0" [dependencies.rkyv] version = "0.7.44" [dependencies.web-static-pack-common] version = "0.5.0-beta.2" [dev-dependencies.http-body-util] version = "0.1.2" [dev-dependencies.hyper] version = "1.4.0" features = ["full"] [dev-dependencies.test-case] version = "3.3.1" [dev-dependencies.tokio] version = "1.38.0" features = ["full"]