harper-python 1.5.1

The language checker for developers.
Documentation
# 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 = "2024"
name = "harper-python"
version = "1.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The language checker for developers."
readme = false
license = "Apache-2.0"
repository = "https://github.com/automattic/harper"
resolver = "2"

[lib]
name = "harper_python"
path = "src/lib.rs"

[[test]]
name = "run_tests"
path = "tests/run_tests.rs"

[dependencies.harper-core]
version = "1.0.0"

[dependencies.harper-tree-sitter]
version = "1.0.0"

[dependencies.tree-sitter]
version = "0.25.10"

[dependencies.tree-sitter-python]
version = "0.25.0"

[dev-dependencies.paste]
version = "1.0.15"