[[bench]]
harness = false
name = "copilot_bench"
path = "benches/copilot_bench.rs"
[dependencies.chrono]
features = ["serde"]
version = "0.4.43"
[dependencies.dirs]
version = "6.0.0"
[dependencies.lsp-types]
version = "0.97.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tracing]
version = "0.1.44"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.22"
[dev-dependencies.criterion]
version = "0.8.1"
[dev-dependencies.proptest]
version = "1.9.0"
[dev-dependencies.similar]
version = "2.7.0"
[dev-dependencies.similar-asserts]
version = "1.7.0"
[lib]
name = "hindsight_copilot"
path = "src/lib.rs"
[package]
authors = ["Nicholas D. Crosbie"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parser-implementations"]
description = "GitHub Copilot log processing for hindsight-mcp"
documentation = "https://docs.rs/hindsight-copilot"
edition = "2024"
homepage = "https://github.com/Rbfinch/hindsight-mcp"
keywords = ["copilot", "ai", "parsing", "lsp", "development-tools"]
license = "MIT"
name = "hindsight-copilot"
readme = "README.md"
repository = "https://github.com/Rbfinch/hindsight-mcp"
resolver = "2"
rust-version = "1.89"
version = "0.1.5"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"