[package] name = "includedir_codegen" description = "Include a whole directory tree at compile time! - Compile time part" keywords = ["include", "tree", "directory", "build", "static"] version = "0.2.2" authors = ["Till Höppner "] license = "MIT" homepage = "https://github.com/tilpner/includedir" repository = "https://github.com/tilpner/includedir" [dependencies] walkdir = "0.1.5" phf_codegen = "0.7.16" flate2 = "0.2.14"