[package]
edition = "2021"
name = "cryosnap"
version = "0.2.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for cryosnap."
homepage = "https://github.com/Wangnov/cryosnap"
documentation = "https://docs.rs/cryosnap"
readme = "README.md"
keywords = [
"screenshot",
"code",
"terminal",
"svg",
"png",
]
categories = [
"command-line-utilities",
"multimedia::images",
]
license = "MIT"
repository = "https://github.com/Wangnov/cryosnap"
[[bin]]
name = "cryosnap"
path = "src/main.rs"
[dependencies.atty]
version = "0.2.14"
[dependencies.clap]
version = "4.5.56"
features = ["derive"]
[dependencies.cryosnap-core]
version = "0.2.9"
[dependencies.dialoguer]
version = "0.12.0"
[dependencies.directories]
version = "6.0.0"
[dependencies.humantime]
version = "2.3.0"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.shell-words]
version = "1.1"
[dev-dependencies.tempfile]
version = "3.24.0"