2015-11-29 01:29:43 +00:00
|
|
|
[package]
|
|
|
|
name = "vlc-rs"
|
2018-06-10 11:14:55 +00:00
|
|
|
version = "0.3.0"
|
2015-11-29 01:29:43 +00:00
|
|
|
authors = ["T. Okubo <t.okubo.rx78+github@gmail.com>"]
|
|
|
|
|
2017-04-02 00:54:04 +00:00
|
|
|
description = "Rust bindings for libVLC media framework."
|
2019-11-30 10:37:07 +00:00
|
|
|
keywords = ["libVLC", "bindings", "multimedia"]
|
|
|
|
categories = ["external-ffi-bindings", "multimedia"]
|
|
|
|
documentation = "https://docs.rs/vlc-rs"
|
2021-11-19 09:21:41 +00:00
|
|
|
repository = "https://code.videolan.org/videolan/vlc-rs"
|
|
|
|
homepage = "https://code.videolan.org/videolan/vlc-rs"
|
2017-04-02 00:54:04 +00:00
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
2019-11-15 12:19:55 +00:00
|
|
|
edition = "2018"
|
2017-04-02 00:54:04 +00:00
|
|
|
|
2015-11-29 01:29:43 +00:00
|
|
|
[lib]
|
|
|
|
name = "vlc"
|
|
|
|
crate-type = ["rlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-04-02 00:54:04 +00:00
|
|
|
libc = "0.2"
|
2021-11-09 22:07:08 +00:00
|
|
|
libvlc-sys = "0.2"
|
2021-11-22 16:37:39 +00:00
|
|
|
paste = "1.0"
|
2021-04-13 18:22:58 +00:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "windows")'.build-dependencies]
|
2021-11-09 21:58:38 +00:00
|
|
|
vswhom = "0.1.0"
|