# 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 = "phanalist" version = "0.1.21" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", ] description = "Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code." readme = "./README.md" keywords = [ "PHP", "Refactoring", "Phanalist", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/denzyldick/phanalist" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.cli-table] version = "0.4.7" [dependencies.colored] version = "2.0.0" [dependencies.exitcode] version = "1.1.2" [dependencies.human_bytes] version = "0.4" [dependencies.indicatif] version = "0.17.7" [dependencies.jwalk] version = "0.8.1" [dependencies.memory-stats] version = "1.0.0" [dependencies.php-parser-rs] version = "0.1.3" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.93" [dependencies.serde_yaml] version = "0.9.21" [dependencies.tokio] version = "1.28.2" features = ["full"] [dependencies.walkdir] version = "2.3.2" [build-dependencies.bindgen] version = "0.65.1"