2017-09-22 02:28:21 +03:00
|
|
|
[package]
|
|
|
|
name = "janus-plugin-sys"
|
2018-03-28 23:57:40 +03:00
|
|
|
version = "0.6.0"
|
2017-09-22 02:28:21 +03:00
|
|
|
authors = ["Marshall Quander <marshall@quander.me>"]
|
2017-09-26 01:47:37 +03:00
|
|
|
description = "Native bindings to the Janus plugin API."
|
2017-10-25 03:38:40 +03:00
|
|
|
repository = "https://github.com/mquander/janus-plugin-rs"
|
|
|
|
license = "MPL-2.0"
|
2017-09-26 01:47:37 +03:00
|
|
|
|
2017-11-07 04:17:45 +03:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
refcount = [] # compatible with the Janus refcount branch rather than stable branch
|
|
|
|
|
2017-09-26 01:47:37 +03:00
|
|
|
[dependencies]
|
2017-09-28 02:00:24 +03:00
|
|
|
glib-sys = "0.4"
|
2017-10-25 03:38:40 +03:00
|
|
|
jansson-sys = { path = "../jansson-sys", version = "0.1.0" }
|