# 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 = "lines-cli" version = "0.3.12" authors = ["Ryan Fowler "] description = "Counts lines of code, fast." readme = "README.md" keywords = [ "count", "lines", "lines-of-code", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ryanfowler/lines" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 strip = true [[bin]] name = "lines" path = "src/main.rs" [dependencies.bytecount] version = "0.6" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crossbeam] version = "0.8" [dependencies.ignore] version = "0.4" [dependencies.num-format] version = "0.4" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tabled] version = "0.15" [target."cfg(not(target_os = \"windows\"))".dependencies.jemallocator] version = "0.5.4"