# 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 = "actix-embed" version = "0.1.0" authors = ["unbyte "] description = "Provides embedded files to actix." homepage = "https://github.com/unbyte/actix-embed" readme = "README.md" keywords = [ "rust_embed", "actix", ] license = "MIT" repository = "https://github.com/unbyte/actix-embed" resolver = "2" [dependencies.actix-web] version = "4" default-features = false [dependencies.futures-core] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.mime_guess] version = "2" [dependencies.rust-embed] version = "6" [dev-dependencies.actix-rt] version = "2" [dev-dependencies.actix-test] version = "0.1.0-beta.13" [dev-dependencies.actix-web] version = "4" [dev-dependencies.bytes] version = "1"