suntheme 0.1.12

Switch Ghostty and Neovim themes based on sunrise/sunset times
# 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 = "suntheme"
version = "0.1.12"
authors = ["Luka Lavric"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switch Ghostty and Neovim themes based on sunrise/sunset times"
homepage = "https://github.com/lucianlavric/suntheme"
readme = "README.md"
keywords = [
    "theme",
    "ghostty",
    "neovim",
    "sunrise",
    "sunset",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lucianlavric/suntheme"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.daemonize]
version = "0.5"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.libc]
version = "0.2"

[dependencies.reqwest]
version = "0.11"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.urlencoding]
version = "2.1"