tracevault-core 0.2.0

Core library for TraceVault - AI code tracing and attribution
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 = "tracevault-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for TraceVault - AI code tracing and attribution"
readme = "README.md"
keywords = [
    "tracing",
    "attribution",
    "ai",
    "code-review",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/softwaremill/tracevault"

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

[dependencies.tree-sitter-java]
version = "0.23"

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

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

[dependencies.tree-sitter-rust]
version = "0.24"

[dependencies.tree-sitter-scala]
version = "0.24"

[dependencies.tree-sitter-typescript]
version = "0.23"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]