# Copyright (c) 2015 Aaron Power # Use of this source code is governed by the MIT/APACHE2.0 license that can be # found in the LICENCE-{APACHE, MIT} file. [package] name = "tokei" version = "2.0.0" authors = ["Aaronepower "] repository = "https://github.com/Aaronepower/tokei.git" homepage = "https://aaronepower.github.io/tokei/" license = "MIT/Apache-2.0" readme = "README.md" description = "Count code, quickly." [profile.dev] debug = true [profile.release] opt-level = 3 [dependencies] clap = {version = "2.5.1", features = ["yaml"]} glob = "0.2.11" maplit = "0.1.3" walkdir = "0.1.5" rayon = "0.3.1"