[package]
name = "fac"
version = "0.5.1"
authors = ["daveroundy@gmail.com"]

description = "build tool"
license = "GPL-2.0+"
repository = "https://github.com/droundy/fac"
homepage = "https://physics.oregonstate.edu/~droundy/fac"
documentation = "https://physics.oregonstate.edu/~droundy/fac/documentation.html"

readme = "README.md"

[badges]
travis-ci = { repository = "droundy/fac", branch = "master" }
appveyor = { repository = "droundy/fac", branch = "master", service = "github"}

[lib]
name = "fac"
path = "src/lib.rs"

[[bin]]
name = "fac"
path = "src/main.rs"
doc = false

[dependencies]

libc = "^0.2"
bigbro = "0.5"
clap = "~2.23.3"
num_cpus = "^1.5.0"
metrohash = "^1.0.1"
notify = "^4.0.1"
tinyset = "0.3.4"
pathdiff = "^0.1.0"
git-version = "0.3.0"

termcolor = "^0.3.2"
isatty = "^0.1.3"
ctrlc = "^3.0"
lazy_static = "^0.2.8"

crude-profiler = "^0.1.7"

[dev-dependencies]
quickcheck = "^0.4.1"

[features]
# Treat warnings as a build error.
strict = []

[profile.release]
debug = true