rust-embed 0.5.0

Rust Marco 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 = "0.5.0"
authors = ["pyros2097 <pyros2097@gmail.com>"]
description = "Rust Marco 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"

[lib]
plugin = true
[dependencies.log]
version = "0.4"

[dependencies.walkdir]
version = "2.1.4"
[dev-dependencies.rocket]
version = "0.3.6"

[dev-dependencies.rocket_codegen]
version = "0.3.6"

[dev-dependencies.rocket_contrib]
version = "0.3.6"