termfarm 2.0.1

A terminal idle farming game
# 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"
name = "termfarm"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal idle farming game"
homepage = "https://github.com/indium114/termfarm"
readme = "README.md"
license = "MIT"
repository = "https://github.com/indium114/termfarm"

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

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

[dependencies.colorize]
version = "0.1.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.humantime]
version = "2.4.0"

[dependencies.rand]
version = "0.10.2"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.usefulog]
version = "0.1.1"

[dependencies.uuid]
version = "1.23.4"
features = [
    "v4",
    "serde",
]