brokk-mj-transcript 2.7.2

Transcript projection and presentation for Mjolnir
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 = "brokk-mj-transcript"
version = "2.7.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transcript projection and presentation for Mjolnir"
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/BrokkAi/mjolnir"

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

[dependencies.agent-client-protocol]
version = "2"
features = [
    "unstable_session_fork",
    "unstable_end_turn_token_usage",
    "unstable_elicitation",
    "unstable_auth_methods",
]

[dependencies.anyhow]
version = "1"

[dependencies.mj-core]
version = "2.7.2"
default-features = false
package = "brokk-mj-core"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tracing]
version = "0.1"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-bash]
version = "0.25.1"

[lints.clippy]
disallowed_methods = "warn"