# 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" name = "mpvipc" version = "1.3.0" authors = ["Jonas Frei "] description = "A small library which provides bindings to control existing mpv instances through sockets." homepage = "https://gitlab.com/mpv-ipc/mpvipc" documentation = "https://docs.rs/mpvipc/" readme = "README.md" license = "GPL-3.0" repository = "https://gitlab.com/mpv-ipc/mpvipc" [dependencies.log] version = "0.4.19" [dependencies.serde_json] version = "1.0.104" [dev-dependencies.env_logger] version = "0.10.0"