# 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 = "project_analyzer" version = "2.1.0" include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "Fast Rust binary that counts line numbers of a codebase." homepage = "https://crates.io/crates/project_analyzer" readme = "README.md" keywords = [ "counter", "codebase", "source", "analyzer", "project", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/ali77gh/ProjectAnalyzer" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" overflow-checks = false [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.clearscreen] version = "2.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "6.1.1" [dependencies.piechart] version = "1.0.0" [dependencies.rust-embed] version = "8.3.0" features = ["include-exclude"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1" features = ["full"] [dependencies.webbrowser] version = "0.8.11"