weavr 1.1.0

Claude Code transcript exporter — beautiful, self-contained HTML and Markdown
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.80"
name = "weavr"
version = "1.1.0"
build = "build.rs"
exclude = [
    "agent_docs/",
    "tests/",
    "screenshots/",
    "scripts/",
    ".github/",
    "justfile",
    "install.sh",
    "clippy.toml",
    "rustfmt.toml",
    "CLAUDE.md",
    ".impeccable.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Claude Code transcript exporter — beautiful, self-contained HTML and Markdown"
homepage = "https://github.com/deepakkumardewani/weavr"
readme = "README.md"
keywords = [
    "claude-code",
    "transcript",
    "exporter",
    "html",
    "markdown",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/deepakkumardewani/weavr"

[package.metadata.dist]
dist = true

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/weavr-{ target }{ archive-suffix }"
bin-dir = "weavr/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.12"

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

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

[dependencies.comrak]
version = "0.24"
features = ["shortcodes"]
default-features = false

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

[dependencies.self_update]
version = "0.42"

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.syntect]
version = "5"
features = [
    "default-fancy",
    "parsing",
    "html",
    "regex-fancy",
]
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"

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

[profile.dist]
lto = "thin"
inherits = "release"