# 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 = "code_analyzer" version = "0.1.1" authors = ["CodeWise Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust-based static code analysis tool for JavaScript, TypeScript, Python, and Go." homepage = "https://github.com/codewise-technologies/code_analyser" documentation = "https://docs.rs/code_analyser" readme = "README.md" keywords = [ "analyzer", "code-quality", "rust", "javascript", "typescript", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/codewise-technologies/code_analyser" [[bin]] name = "code_analyzer" path = "src/main.rs" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.206" [dependencies.serde_json] version = "1.0.124"