# 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 = "python-type-hints-checker" version = "0.3.1" description = "Checks Python files for missing type hints in function parameters and return values." readme = "README.md" categories = [ "command-line-utilities", "development-tools", "command-line-interface", "filesystem", ] license = "MIT" repository = "https://github.com/AloizioMacedo/python-type-hints-checker" [profile.dev] opt-level = 0 debug = 2 overflow-checks = false [[bin]] name = "pythcheck" path = "src/main.rs" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.rayon] version = "1.7.0" [dependencies.tree-sitter] version = "0.20.10" [dependencies.tree-sitter-python] version = "0.20.4" [dependencies.tree-sitter-traversal] version = "0.1.2" [dependencies.walkdir] version = "2.3.3"