cryosnap 0.2.9

CLI for cryosnap.
# 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 = "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"