# 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 = "loc" version = "0.5.0" authors = ["Curtis Gagliardi "] description = "Count lines of code (cloc) fast." homepage = "https://github.com/cgag/loc" documentation = "https://github.com/cgag/loc" license = "MIT" repository = "https://github.com/cgag/loc" [profile.release] lto = true incremental = false [dependencies.clap] version = "2.32.0" [dependencies.deque] version = "0.3.2" [dependencies.edit-distance] version = "2.0.1" [dependencies.ignore] version = "0.4.2" [dependencies.memchr] version = "2.0.1" [dependencies.num_cpus] version = "1.8.0" [dependencies.regex] version = "1.0.2" [dependencies.smallvec] version = "0.6.5"