# 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 = "panic-free-analyzer" version = "0.1.0" authors = ["Yassin Eldeeb "] description = "an audit tool to scan your crate or workspace searching for potential panic points in your codebase" readme = "README.md" keywords = [ "rust", "panic", "inspector", "analyzer", "ci", ] license = "MIT" repository = "https://github.com/YassinEldeeb/panic_free_analyzer" [[bin]] name = "cargo-panic-analyzer" path = "src/main.rs" [dependencies.regex] version = "1.10.2" [dependencies.serde_json] version = "1.0.111" [dependencies.walkdir] version = "2.4.0"