mural-client 1.2.1

Client software for the mural wallpaper service
Documentation
# 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 = "mural-client"
version = "1.2.1"
authors = ["Silvan Schmidt <mail@silvanschmidt.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client software for the mural wallpaper service"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/mural-sync/mural-client"

[lib]
name = "mural_client"
path = "src/lib.rs"

[[bin]]
name = "mural-client"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.32"
features = ["cargo"]

[dependencies.directories]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.jiff]
version = "0.2.4"

[dependencies.reqwest]
version = "0.12.15"

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

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.1"
features = ["full"]

[dependencies.toml]
version = "0.8.20"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "fmt",
    "env-filter",
]

[profile.dist]
lto = "thin"
inherits = "release"