heddle-cli-render 0.10.4

Heddle's terminal presentation layer.
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"
name = "heddle-cli-render"
version = "0.10.4"
authors = ["Luke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heddle's terminal presentation layer."
readme = false
keywords = [
    "vcs",
    "version-control",
    "ai",
    "git",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/HeddleCo/heddle"
resolver = "2"

[features]
client = []
default = []
test-utils = []

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

[dependencies.anstream]
version = "1"

[dependencies.anstyle]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.blake3]
version = "1"

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

[dependencies.heddle-cli-args]
version = "0.10"
default-features = false

[dependencies.heddle-core]
version = "0.10"
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.objects]
version = "0.10"
package = "heddle-objects"

[dependencies.repo]
version = "0.10"
features = [
    "git-overlay",
    "native",
]
default-features = false
package = "heddle-repo"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

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