[badges.appveyor]
branch = "master"
repository = "tilpner/includedir"
service = "github"
[badges.travis-ci]
branch = "master"
repository = "tilpner/includedir"
[dependencies.flate2]
optional = true
version = "1.0.14"
[dependencies.phf]
version = "0.8.0"
[features]
default = ["flate2"]
[package]
authors = ["Till Höppner <till@hoeppner.ws>"]
categories = ["filesystem"]
description = "Include a whole directory tree at compile time! - Runtime part"
documentation = "https://docs.rs/includedir"
homepage = "https://github.com/tilpner/includedir"
keywords = ["include", "tree", "directory", "build", "static"]
license = "BSD-3-Clause"
name = "includedir"
readme = "../README.md"
repository = "https://github.com/tilpner/includedir"
version = "0.6.0"