shellshot 0.4.0

Transform your command-line output into clean, shareable images with a single command.
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.87.0"
name = "shellshot"
version = "0.4.0"
authors = ["lhenry-dev <lhenry.dev1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transform your command-line output into clean, shareable images with a single command."
homepage = "https://crates.io/crates/shellshot"
documentation = "https://docs.rs/shellshot/latest/shellshot/"
readme = "README.md"
keywords = [
    "terminal",
    "screenshot",
    "cli",
    "ansi",
    "command",
]
categories = ["command-line-utilities"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lhenry-dev/shellshot"

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

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

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.arboard]
version = "3.6.1"

[dependencies.bitflags]
version = "2.10.0"

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

[dependencies.image]
version = "0.25.8"

[dependencies.imageproc]
version = "0.26.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.plist]
version = "1.8.0"

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.reqwest]
version = "0.13.2"
features = ["blocking"]

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

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.termwiz]
version = "0.23.3"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tiny-skia]
version = "0.12.0"

[dependencies.tracing]
version = "0.1.43"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dependencies.unicode-width]
version = "0.2.2"

[dev-dependencies.mockito]
version = "1.7.2"

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