[package]
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
name = "include_dir"
version = "0.5.0"
description = "Embed the contents of a directory in your binary"
license = "MIT"
readme = "../README.md"
keywords = ["assets", "include", "embed", "dir"]
repository = "https://github.com/Michael-F-Bryan/include_dir"
categories = ["development-tools", "web-programming", "game-engines"]
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[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 = "0.3"
proc-macro-hack = "0.5"
[dependencies.include_dir_impl]
version = "^0.5.0"
[features]
default = []
example-output = []