rust-embed-utils 8.12.0

Utilities for rust-embed
Documentation
# 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 = "8.12.0"
authors = ["pyrossh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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://pyrossh.dev/repos/rust-embed"

[features]
compression = ["include-flate"]
debug-embed = []
include-exclude = ["globset"]
mime-guess = ["mime_guess"]

[lib]
name = "rust_embed_utils"
path = "src/lib.rs"

[dependencies.globset]
version = "0.4.8"
optional = true

[dependencies.include-flate]
version = "0.3.3"
optional = true

[dependencies.mime_guess]
version = "2.0.4"
optional = true

[dependencies.sha2]
version = "0.11"

[dependencies.walkdir]
version = "2.3.1"