# 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_parse" version = "0.1.4" authors = ["Anthony Mugendi "] description = "Parse code project directories, detect main language, count lines of code and more." license = "MIT" repository = "https://github.com/mugendi/project_parse" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.globset] version = "0.4.1" [dependencies.loc] version = "0.5.0" [dependencies.once_cell] version = "1.10.0" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.thiserror] version = "1.0.30" [dependencies.ureq] version = "2.4.0" [dependencies.walkdir] version = "2" [dependencies.wax] version = "0.4.0"