# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xloc" version = "0.2.0" authors = ["Ethan Henderson", "Jonxslays"] include = ["src"] description = "A fast, multi-threaded line counting utility written in Rust." homepage = "https://github.com/Jonxslays/xloc" documentation = "https://docs.rs/xloc" readme = "README.md" keywords = ["xloc", "lines", "count", "code"] categories = ["command-line-utilities", "concurrency", "filesystem"] license = "BSD-3-Clause" repository = "https://github.com/Jonxslays/xloc" resolver = "2" [lib] name = "xloc" path = "src/lib/lib.rs" [dependencies.clap] version = "2.33.3" [dependencies.regex] version = "1.5.4" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.0"