mpvipc/Cargo.toml

19 lines
475 B
TOML
Raw Normal View History

2017-05-22 18:31:20 +02:00
[package]
name = "mpvipc"
2019-06-19 20:46:27 +02:00
version = "1.1.6"
2017-05-22 18:31:20 +02:00
authors = ["Jonas Frei <freijon@gmail.com>"]
description = "A small library which provides bindings to control existing mpv instances through sockets."
2017-05-22 19:00:29 +02:00
license = "GPL-3.0"
2017-07-14 01:21:09 +02:00
homepage = "https://gitlab.com/mpv-ipc/mpvipc"
repository = "https://gitlab.com/mpv-ipc/mpvipc"
2017-05-31 19:37:17 +02:00
documentation = "https://docs.rs/mpvipc/"
2019-06-18 17:34:20 +02:00
edition = "2018"
2017-05-22 18:31:20 +02:00
[dependencies]
serde = "1.0.1"
2019-06-18 17:34:20 +02:00
serde_json = "1.0.0"
log = "0.4.6"
[dev-dependencies]
env_logger = "*"