blob: b4a9990f579caa14d9d4543d53cdacba7af7e1cc [file] [log] [blame] [edit]
# 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 = "2018"
name = "rust-embed-utils"
version = "7.5.0"
authors = ["pyros2097 <[email protected]>"]
description = "Utilities for rust-embed"
documentation = "https://docs.rs/rust-embed"
readme = "readme.md"
keywords = [
"http",
"rocket",
"static",
"web",
"server",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/pyros2097/rust-embed"
[dependencies.globset]
version = "0.4.8"
optional = true
[dependencies.mime_guess]
version = "2.0.4"
optional = true
[dependencies.sha2]
version = "0.10.5"
[dependencies.walkdir]
version = "2.3.1"
[features]
debug-embed = []
include-exclude = ["globset"]
mime-guess = ["mime_guess"]