rust-embed 4.3.0

Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rust-embed"
version = "4.3.0"
authors = ["pyros2097 <pyros2097@gmail.com>"]
description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
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.actix-web]
version = "0.7"
optional = true

[dependencies.mime_guess]
version = "2.0.0-alpha.6"
optional = true

[dependencies.rocket]
version = "0.3.6"
optional = true

[dependencies.rocket_codegen]
version = "0.3.6"
optional = true

[dependencies.rocket_contrib]
version = "0.3.6"
optional = true

[dependencies.rust-embed-impl]
version = "4.3.0"

[dependencies.walkdir]
version = "2.1.4"

[features]
actix = ["actix-web", "mime_guess"]
debug-embed = ["rust-embed-impl/debug-embed"]
nightly = ["rocket", "rocket_codegen", "rocket_contrib"]
[badges.appveyor]
repository = "pyros2097/rust-embed"

[badges.is-it-maintained-issue-resolution]
repository = "pyros2097/rust-embed"

[badges.is-it-maintained-open-issues]
repository = "pyros2097/rust-embed"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "pyros2097/rust-embed"