2019-11-21 11:00:26 +00:00
|
|
|
[package]
|
|
|
|
name = "libvlc-sys"
|
2019-12-15 05:26:06 +00:00
|
|
|
version = "0.2.0"
|
2019-11-21 11:00:26 +00:00
|
|
|
authors = ["T. Okubo <t.okubo.rx78+devel@gmail.com>"]
|
2019-11-28 12:02:59 +00:00
|
|
|
|
|
|
|
description = "libVLC C API"
|
|
|
|
keywords = ["libVLC", "bindings"]
|
|
|
|
categories = ["external-ffi-bindings", "multimedia"]
|
2021-11-23 10:32:37 +00:00
|
|
|
documentation = "https://docs.rs/vlc-rs"
|
|
|
|
repository = "https://code.videolan.org/videolan/vlc-rs"
|
|
|
|
homepage = "https://code.videolan.org/videolan/vlc-rs"
|
2019-11-28 12:02:59 +00:00
|
|
|
license = "MIT"
|
2019-11-21 11:00:26 +00:00
|
|
|
edition = "2018"
|
|
|
|
build = "build.rs"
|
|
|
|
|
2019-11-23 11:20:52 +00:00
|
|
|
[lib]
|
2019-11-25 11:10:17 +00:00
|
|
|
name = "vlc_sys"
|
2019-11-23 11:20:52 +00:00
|
|
|
crate-type = ["rlib"]
|
2019-11-21 11:00:26 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libc = "0.2"
|
|
|
|
|
|
|
|
[build-dependencies]
|
2021-11-23 10:32:37 +00:00
|
|
|
bindgen = "0.59"
|
2019-12-15 05:22:50 +00:00
|
|
|
pkg-config = "0.3"
|