[package]
name = "codesnap-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "CLI tools for generating beautiful code snapshots"
license = "MIT"
repository = "https://github.com/mistricky/CodeSnap"
[[bin]]
name = "codesnap"
path = "src/main.rs"
[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.91"
clap = { version = "4.5.21", features = ["derive"] }
codesnap = { path = "../core", version = "0.13.2", features = ["full"] }
ferris-says = "0.3.2"
home = "0.5.9"
indicatif = "0.17.9"
plist = "1.7.1"
rand = "0.8.5"
serde = "1.0.217"
serde_json = "1.0.132"
theme-converter = "0.1.2"
tokio = { version = "1.44.2", features = ["full"] }
openssl = { version = "0.10", features = ["vendored"] }