23 lines
735 B
TOML
23 lines
735 B
TOML
[package]
|
|
name = "rust-discord-activity"
|
|
description = "A lightweight library to control Discord Rich Presence"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
authors = ["Dylan Cattelan <dylan.cattelan@gmail.com"]
|
|
license = "MIT"
|
|
keywords = ["discord", "activity", "rich", "presence"]
|
|
documentation = "https://docs.rs/Rust-Discord-Activity/latest"
|
|
repository = "https://github.com/DylanCa/Rust-Discord-Activity"
|
|
categories = ["api-bindings", "gui", "multimedia"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
serde_json = "1.0.108"
|
|
serde = { version = "1.0.193", features = ["derive"] }
|
|
log = "0.4.20"
|
|
|
|
[dependencies.uuid]
|
|
version = "1.6.1"
|
|
features = ["v4"]
|