# 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 = "lok" version = "0.2.5" authors = ["wyhaya "] description = "Count the number of codes" homepage = "https://github.com/wyhaya/lok" readme = "README.md" keywords = [ "codes", "count", "count-lines-of-code", "command-line-tool", ] license = "MIT" repository = "https://github.com/wyhaya/lok.git" [profile.release] lto = true codegen-units = 1 strip = "symbols" [dependencies.bright] version = "0.4.1" [dependencies.clap] version = "2.34.0" [dependencies.crossbeam-deque] version = "0.8.2" [dependencies.glob] version = "0.3.0" [dependencies.walkdir] version = "2.3.2"