aicx-parser 0.10.0

Transcript parser, chunker, and slicer for AI session transcripts (Claude, Codex, Gemini, Junie). Companion crate of aicx.
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.91.1"
name = "aicx-parser"
version = "0.10.0"
authors = ["Vetcoders <hello@vetcoders.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transcript parser, chunker, and slicer for AI session transcripts (Claude, Codex, Gemini, Junie). Companion crate of aicx."
homepage = "https://github.com/Loctree/aicx"
documentation = "https://docs.rs/aicx-parser"
readme = "README.md"
keywords = [
    "ai",
    "transcript",
    "chunker",
    "parser",
    "claude",
]
categories = [
    "text-processing",
    "parsing",
]
license = "BUSL-1.1"
repository = "https://github.com/Loctree/aicx"

[features]
default = []
json-schema = ["dep:schemars"]

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

[[example]]
name = "noise_smoke"
path = "examples/noise_smoke.rs"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "6"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "1.2.1"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.siphasher]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-normalization]
version = "0.1"