# 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] edition = "2018" name = "lmake_lines_of_code" version = "1.1.8" authors = ["Luciano Bestia "] include = ["Cargo.toml", "LICENSE", "README.md", "src/*"] publish = true description = "Lines of code for Rust projects" readme = "README.md" keywords = ["rust", "make"] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/LucianoBestia/lmake_lines_of_code" [dependencies.ansi_term] version = "0.12.0" [dependencies.anyhow] version = "1.0.32" [dependencies.cfg-if] version = "0.1.10" [dependencies.clap] version = "2.33.0" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mockall] version = "0.7.1" [dependencies.regex] version = "1.3.6" [dependencies.serde] version = "1.0.111" [dependencies.serde_derive] version = "1.0.111" [dependencies.toml] version = "0.5.6" [dependencies.unwrap] version = "1.2.1" [dev-dependencies]