termicat 0.2.1

A fun ASCII cat art display that shows random cats every 15-35 seconds
# 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 = "termicat"
version = "0.2.1"
authors = ["landonrogers415@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fun ASCII cat art display that shows random cats every 15-35 seconds"
documentation = "https://docs.rs/termicat"
readme = "README.md"
keywords = [
    "ascii",
    "art",
    "cat",
    "fun",
    "terminal",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "GPL-3.0-only"
repository = "https://serva.pikapod.net/landon/termicat"

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

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

[dependencies.rand]
version = "0.9.2"

[dependencies.terminal_size]
version = "0.4"