filthy-rich 0.3.2

Tiny Discord Rich Presence wrapper library for 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 = "2021"
rust-version = "1.82.0"
name = "filthy-rich"
version = "0.3.2"
authors = ["Anindya Shiddhartha <@hitblast>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny Discord Rich Presence wrapper library for 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 = "indefinite-sync"
path = "examples/indefinite-sync.rs"

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

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.uuid]
version = "1.20.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"