[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]
version = "0.3"
[dependencies.include_dir_impl]
version = "^0.5.0"
[dependencies.proc-macro-hack]
version = "0.5"
[features]
default = []
example-output = []
[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.5.0"
[package.metadata.docs.rs]
all-features = true