claude-scriptorium 0.1.3

Render Claude Code sessions as self-contained HTML
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.96"
name = "claude-scriptorium"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render Claude Code sessions as self-contained HTML"
readme = "README.md"
keywords = [
    "claude",
    "transcript",
    "html",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/JoshKarpel/claude-scriptorium"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"

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

[[bin]]
name = "claude-scriptorium"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.comrak]
version = "0.54.0"
features = ["syntect-fancy"]
default-features = false

[dependencies.inquire]
version = "0.9.4"

[dependencies.jiff]
version = "0.2.34"
features = ["serde"]

[dependencies.maud]
version = "0.27.0"

[dependencies.open]
version = "5.4.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tiny_http]
version = "0.12.0"