stray 0.1.3

A freedesktop StatusNotifierWatcher implementation
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 = "2021"
name = "stray"
version = "0.1.3"
description = "A freedesktop StatusNotifierWatcher implementation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/oknozor/stray"
resolver = "1"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.anyhow]
version = "1.0.56"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.chrono]
version = "0.4.19"

[dependencies.log]
version = "0.4.17"

[dependencies.serde]
version = "1.0.136"

[dependencies.thiserror]
version = "1.0.31"

[dependencies.tokio]
version = "1.17.0"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.tokio-stream]
version = "0.1.8"

[dependencies.tracing]
version = "0.1"

[dependencies.zbus]
version = "2"
features = [
    "tokio",
    "gvariant",
]
default-features = false