# 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] edition = "2018" name = "fac" version = "0.5.4" authors = ["daveroundy@gmail.com"] description = "build tool" homepage = "https://physics.oregonstate.edu/~droundy/fac" documentation = "https://physics.oregonstate.edu/~droundy/fac/documentation.html" readme = "README.md" 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.atty] version = "0.2.0" [dependencies.bigbro] version = "0.5" [dependencies.clap] version = "2.33.0" [dependencies.crude-profiler] version = "^0.1.7" [dependencies.ctrlc] version = "^3.0" [dependencies.git-version] version = "0.3.4" [dependencies.internment] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [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.pathdiff] version = "0.2.0" [dependencies.termcolor] version = "1.0.5" [dependencies.tinyset] version = "0.4.1" [dev-dependencies.quickcheck] version = "0.9.0" [features] strict = [] [badges.appveyor] branch = "master" repository = "droundy/fac" service = "github" [badges.travis-ci] branch = "master" repository = "droundy/fac"