discord-rpc-client 0.2.3

A Rust client for Discord RPC.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "discord-rpc-client"
version = "0.2.3"
authors = ["Patrick Auernig <dev.patrick.auernig@gmail.com>"]
description = "A Rust client for Discord RPC."
readme = "README.md"
keywords = ["discord", "rpc", "ipc"]
license = "MIT"
repository = "https://gitlab.com/valeth/discord-rpc-client.rs.git"
[dependencies.byteorder]
version = "^1.0"

[dependencies.libc]
version = "0.2.39"

[dependencies.log]
version = "~0.4"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.uuid]
version = "^0.6.2"
features = ["v4"]

[features]
default = ["rich_presence"]
rich_presence = []
[target."cfg(windows)".dependencies.named_pipe]
version = "0.3.0"
[badges.appveyor]
repository = "valeth/discord-rpc-client.rs"
service = "gitlab"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "valeth/discord-rpc-client.rs"