includedir_codegen 0.3.0

Include a whole directory tree at compile time! - Compile time part
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "includedir_codegen"
version = "0.3.0"
authors = ["Till Höppner <till@hoeppner.ws>"]
description = "Include a whole directory tree at compile time! - Compile time part"
homepage = "https://github.com/tilpner/includedir"
documentation = "https://docs.rs/includedir_codegen"
readme = "../README.md"
keywords = ["include", "tree", "directory", "build", "static"]
categories = ["filesystem"]
license = "BSD-3-Clause"
repository = "https://github.com/tilpner/includedir"
[dependencies.flate2]
version = "1.0.1"

[dependencies.phf_codegen]
version = "0.7.21"

[dependencies.walkdir]
version = "2.1.4"
[badges.appveyor]
branch = "master"
repository = "tilpner/includedir"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "tilpner/includedir"