clawgs 0.2.0

Extract structured JSON snapshots from Claude Code and Codex JSONL transcripts
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"
rust-version = "1.85"
name = "clawgs"
version = "0.2.0"
authors = ["build000r <buildooor@gmail.com>"]
build = false
exclude = [
    "target/",
    ".github/",
    "CHANGELOG_RESEARCH.md",
    "refactor/",
    ".mutate/",
    "mutants.out/",
    "lcov.info",
    "scripts/",
    "tests/",
    "docs/",
    "Makefile",
    "SKILL.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extract structured JSON snapshots from Claude Code and Codex JSONL transcripts"
homepage = "https://github.com/build000r/clawgs"
documentation = "https://docs.rs/clawgs"
readme = "README.md"
keywords = [
    "claude",
    "codex",
    "jsonl",
    "transcripts",
    "cli",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/build000r/clawgs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

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

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.jsonschema]
version = "0.17"
default-features = false

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

[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"

[profile.release-perf]
opt-level = 3
lto = "thin"
codegen-units = 1
debug = "line-tables-only"
inherits = "release"
strip = false

[profile.release-perf-attr]
lto = "off"
codegen-units = 16
debug = 2
inherits = "release-perf"