[package]
name = "loc"
version = "0.3.4"
description = "Count lines of code (cloc) fast."
authors = ["Curtis Gagliardi <curtis@curtis.io>"]
repository = "https://github.com/cgag/loc"
homepage = "https://github.com/cgag/loc"
documentation = "https://github.com/cgag/loc"
license="MIT"
[dependencies]
clap = "2.17.1"
deque = "0.3.1"
errno = "0.1.8"
itertools = "0.5.5"
libc = "0.2.17"
memchr = "0.1.11"
memmap = "0.4.0"
regex = "0.1.80"
thread-scoped = "1.0.1"
walkdir = "0.1.8"
num_cpus = "1.1.0"
[profile.release]
lto = true