include_dir 0.6.1

Embed the contents of a directory in your binary
Documentation
[badges.appveyor]
branch = "master"
repository = "Michael-F-Bryan/include-dir"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "Michael-F-Bryan/include_dir"
[dependencies.glob]
optional = true
version = "0.3"

[dependencies.include_dir_impl]
version = "= 0.6.1"

[dependencies.proc-macro-hack]
version = "0.5"
[dev-dependencies.tempdir]
version = "0.3"

[features]
default = ["search"]
example-output = []
search = ["glob"]

[package]
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
categories = ["development-tools", "web-programming", "game-engines"]
description = "Embed the contents of a directory in your binary"
edition = "2018"
keywords = ["assets", "include", "embed", "dir"]
license = "MIT"
name = "include_dir"
readme = "../README.md"
repository = "https://github.com/Michael-F-Bryan/include_dir"
version = "0.6.1"
[package.metadata.docs.rs]
all-features = true