aboutsummaryrefslogtreecommitdiff
path: root/lib/Cargo.toml
blob: 305d39a2d95ecfec70cf8f2978e84d34b56ac65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "includedir"
description = "Include a whole directory tree at compile time! - Runtime part"
keywords = ["include", "tree", "directory", "build", "static"]
version = "0.2.2"
authors = ["Till Höppner <till@hoeppner.ws>"]
license = "MIT"
homepage = "https://github.com/tilpner/includedir"
repository = "https://github.com/tilpner/includedir"

[features]
default = ["flate2"]

[dependencies]
phf = "0.7.16"

flate2 = { version = "0.2.14", optional = true }