claude-code-transcripts-ingest 0.1.12

CLI that ingests Claude Code transcript JSONL files into a DuckDB database for usage / cost analysis.
# 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 = "claude-code-transcripts-ingest"
version = "0.1.12"
authors = ["Alfredo V. Clemente <aemente91@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI that ingests Claude Code transcript JSONL files into a DuckDB database for usage / cost analysis."
readme = "README.md"
keywords = [
    "claude",
    "claude-code",
    "duckdb",
    "ingest",
    "anthropic",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alfredvc/cct"

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

[[bin]]
name = "cct"
path = "src/main.rs"

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

[dependencies.axum]
version = "0.7"

[dependencies.bytes]
version = "1"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.claude-code-transcripts]
version = "0.1"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.duckdb]
version = "1"
features = ["bundled"]

[dependencies.include_dir]
version = "0.7"

[dependencies.lru]
version = "0.12"

[dependencies.mime_guess]
version = "2"

[dependencies.rayon]
version = "1"

[dependencies.self_update]
version = "0.44"
features = [
    "reqwest",
    "rustls",
    "archive-tar",
    "compression-flate2",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
perf = "warn"
suspicious = "warn"

[lints.rust]
unsafe_code = "forbid"