filthy-rich 0.1.2

Tiny Discord Rich Presence wrapper for Unix-based apps.
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 = "filthy-rich"
version = "0.1.2"
authors = ["Anindya Shiddhartha <@hitblast>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny Discord Rich Presence wrapper for Unix-based apps."
readme = "README.md"
keywords = [
    "discord",
    "discord",
    "rich-presence",
    "ipc",
    "rpc",
]
categories = ["development-tools"]
license-file = "LICENSE"
repository = "https://github.com/hitblast/filthy-rich"

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

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

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.uuid]
version = "1.19.0"
features = ["v4"]

[lints.clippy]
expect_used = "deny"
must_use_candidate = "warn"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
unused_must_use = "deny"

[profile.release]
lto = "thin"