vct-core 2.2.3

Vibe Coding Tracker core library - parse local AI coding assistant session data into CodeAnalysis results
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"
rust-version = "1.95"
name = "vct-core"
version = "2.2.3"
authors = ["Wei Lee <mai@mai0313.com>"]
build = "build.rs"
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vibe Coding Tracker core library - parse local AI coding assistant session data into CodeAnalysis results"
homepage = "https://github.com/Mai0313/VibeCodingTracker"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Mai0313/VibeCodingTracker"
resolver = "2"

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

[dependencies.ahash]
version = "0.8.12"
features = ["serde"]

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytecount]
version = "0.6.9"

[dependencies.chrono]
version = "0.4.44"

[dependencies.flate2]
version = "1.1.9"

[dependencies.home]
version = "0.5.11"

[dependencies.hostname]
version = "0.4.2"

[dependencies.itoa]
version = "1.0.18"

[dependencies.log]
version = "0.4.29"

[dependencies.lru]
version = "0.18.0"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.schemars]
version = "1.0.4"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strsim]
version = "0.11.1"

[dependencies.tar]
version = "0.4.46"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.toml_edit]
version = "0.23.7"
features = ["serde"]

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "7.2.0"

[dev-dependencies.httpmock]
version = "0.8.3"

[dev-dependencies.serial_test]
version = "3.4.0"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2.185"