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