veritas-python 0.1.1

Python language plugin for veritas
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 = "2021"
name = "veritas-python"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python language plugin for veritas"
homepage = "https://github.com/Jacobious52/veritas"
readme = "README.md"
keywords = [
    "ai",
    "verification",
    "testing",
    "fuzzing",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Jacobious52/veritas"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.camino]
version = "1.1"
features = ["serde1"]

[dependencies.regex]
version = "1.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

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

[dependencies.veritas-core]
version = "0.1.1"

[dependencies.veritas-plugin-api]
version = "0.1.1"

[dependencies.walkdir]
version = "2.5"