automatic-timezoned 2.0.113

Automatically update system timezone based on location
# 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 = "automatic-timezoned"
version = "2.0.113"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatically update system timezone based on location"
readme = "README.md"
keywords = [
    "dbus",
    "geoclue",
    "systemd",
    "timezone",
    "zoneinfo",
]
license = "GPL-3.0"
repository = "https://github.com/maxbrunet/automatic-timezoned"

[[bin]]
name = "automatic-timezoned"
path = "src/main.rs"

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

[dependencies.clap]
version = "=4.5.54"
features = [
    "derive",
    "env",
    "error-context",
    "help",
    "std",
    "usage",
]
default-features = false

[dependencies.env_logger]
version = "=0.11.8"
default-features = false

[dependencies.log]
version = "=0.4.29"
default-features = false

[dependencies.tzf-rs]
version = "=1.1.4"
default-features = false

[dependencies.zbus]
version = "=5.13.2"
features = [
    "async-io",
    "blocking-api",
]
default-features = false

[dependencies.zvariant]
version = "=5.9.2"
default-features = false

[dev-dependencies.trycmd]
version = "=0.15.11"

[profile.release]
lto = true
codegen-units = 1