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 = "fac"
version = "0.3.0"
authors = ["daveroundy@gmail.com"]
build = "build.rs"
description = "build tool"
homepage = "https://facio.gitlab.io/fac"
documentation = "http://facio.gitlab.io/fac/doc/fac/index.html"
license = "GPL-2.0+"
repository = "https://github.com/droundy/fac"
[profile.release]
debug = true

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

[[bin]]
name = "fac"
path = "src/main.rs"
doc = false
[dependencies.bigbro]
version = "^0.4"

[dependencies.clap]
version = "~2.23.3"

[dependencies.crude-profiler]
version = "^0.1.7"

[dependencies.ctrlc]
version = "^3.0"

[dependencies.isatty]
version = "^0.1.3"

[dependencies.lazy_static]
version = "^0.2.8"

[dependencies.libc]
version = "^0.2"

[dependencies.metrohash]
version = "^1.0.1"

[dependencies.notify]
version = "^4.0.1"

[dependencies.num_cpus]
version = "^1.5.0"

[dependencies.termcolor]
version = "^0.3.2"

[dependencies.tinyset]
version = "^0.0.12"
[dev-dependencies.quickcheck]
version = "^0.4.1"

[features]
strict = []
[badges.appveyor]
branch = "master"
repository = "droundy/fac"
service = "github"

[badges.gitlab]
branch = "master"
repository = "facio/fac"

[badges.travis-ci]
branch = "master"
repository = "droundy/fac"