filthy-rich 1.0.2

Tiny, ergonomic Discord Rich Presence library for your Rust 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"
rust-version = "1.85.0"
name = "filthy-rich"
version = "1.0.2"
authors = ["Anindya Shiddhartha <shiddhartha@tuta.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny, ergonomic Discord Rich Presence library for your Rust apps."
readme = "README.md"
keywords = [
    "discord",
    "discord",
    "rich-presence",
    "ipc",
    "rpc",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/hitblast/filthy-rich"

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

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

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

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

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

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "sync",
    "rt-multi-thread",
    "io-util",
    "net",
    "time",
    "macros",
]

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