tokei 8.0.0

A utility that allows you to count code, quickly.
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 = "tokei"
version = "8.0.0"
authors = ["Aaronepower <theaaronepower@gmail.com>"]
build = "build.rs"
include = ["Cargo.lock", "Cargo.toml", "LICENCE-APACHE", "LICENCE-MIT", "build.rs", "languages.json", "src/**/*"]
description = "A utility that allows you to count code, quickly."
homepage = "https://tokei.rs"
readme = "README.md"
keywords = ["utility", "cli", "cloc", "lines", "statistics"]
categories = ["command-line-utilities", "development-tools", "visualization"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Aaronepower/tokei.git"
[profile.release]
lto = true
panic = "abort"
[dependencies.clap]
version = "2"

[dependencies.encoding_rs_io]
version = "0.1"

[dependencies.env_logger]
version = "0.5.0"
features = []

[dependencies.hex]
version = "0.3"
optional = true

[dependencies.ignore]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_cbor]
version = "0.9"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.serde_yaml]
version = "0.8"
optional = true

[dependencies.term_size]
version = "0.3.1"

[dependencies.toml]
version = "0.4"
optional = true
[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.regex]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"
[build-dependencies.handlebars]
version = "1"

[build-dependencies.ignore]
version = "0.4"

[build-dependencies.lazy_static]
version = "1"

[build-dependencies.serde_json]
version = "1"

[features]
all = ["json", "cbor", "toml-io", "yaml"]
cbor = ["io", "hex", "serde_cbor"]
default = []
io = ["serde_derive", "serde"]
json = ["io", "serde_json"]
toml-io = ["io", "toml"]
yaml = ["io", "serde_yaml"]
[badges.appveyor]
repository = "Aaronepower/tokei"

[badges.travis-ci]
repository = "Aaronepower/tokei"