gst-plugins-rs/gst-plugin-ndi/Cargo.lock
2018-04-09 05:53:04 +00:00

276 lines
12 KiB
TOML

[[package]]
name = "array-init"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "byte-slice-cast"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "byteorder"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "glib"
version = "0.5.0"
source = "git+https://github.com/gtk-rs/glib#cae39ff7a72073a553f5b60321bd9389db00ac3b"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glib-sys"
version = "0.6.0"
source = "git+https://github.com/gtk-rs/sys#ce1fffe51a6498ac278502bf1afb18d711ad0250"
dependencies = [
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gobject-sys"
version = "0.6.0"
source = "git+https://github.com/gtk-rs/sys#ce1fffe51a6498ac278502bf1afb18d711ad0250"
dependencies = [
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gst-plugin"
version = "0.1.0"
source = "git+https://github.com/sdroege/gst-plugin-rs#f2f18ebb278f66f09995148cf9790ed469f6357f"
dependencies = [
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-base 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-base-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gst-plugin-ndi"
version = "0.1.0"
dependencies = [
"byte-slice-cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
"gst-plugin 0.1.0 (git+https://github.com/sdroege/gst-plugin-rs)",
"gstreamer 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-audio 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-base 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-video 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer"
version = "0.12.0"
source = "git+https://github.com/sdroege/gstreamer-rs#5dd17d6248b45fa2536f1864962908fb21b041e8"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"muldiv 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-audio"
version = "0.12.0"
source = "git+https://github.com/sdroege/gstreamer-rs#5dd17d6248b45fa2536f1864962908fb21b041e8"
dependencies = [
"array-init 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-audio-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
]
[[package]]
name = "gstreamer-audio-sys"
version = "0.6.0"
source = "git+https://github.com/sdroege/gstreamer-sys#a9a4608562bcd377f116d5d4806bff439eca5168"
dependencies = [
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-base"
version = "0.12.0"
source = "git+https://github.com/sdroege/gstreamer-rs#5dd17d6248b45fa2536f1864962908fb21b041e8"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-base-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
]
[[package]]
name = "gstreamer-base-sys"
version = "0.6.0"
source = "git+https://github.com/sdroege/gstreamer-sys#a9a4608562bcd377f116d5d4806bff439eca5168"
dependencies = [
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-sys"
version = "0.6.0"
source = "git+https://github.com/sdroege/gstreamer-sys#a9a4608562bcd377f116d5d4806bff439eca5168"
dependencies = [
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-video"
version = "0.12.0"
source = "git+https://github.com/sdroege/gstreamer-rs#5dd17d6248b45fa2536f1864962908fb21b041e8"
dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.5.0 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-base 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)",
"gstreamer-base-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-video-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gstreamer-video-sys"
version = "0.6.0"
source = "git+https://github.com/sdroege/gstreamer-sys#a9a4608562bcd377f116d5d4806bff439eca5168"
dependencies = [
"glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)",
"gstreamer-base-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lazy_static"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "muldiv"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nodrop"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num-integer"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-rational"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num-traits"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum array-init 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3b508d35216892b50a135fb52c9bb90f04a97b7782230805dff1a156ad5469"
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
"checksum byte-slice-cast 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a865e7bfa6c3b79216ccba767d4dc66e4f9f65f1ed4639e73faff3c4a2485d7"
"checksum byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87"
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum glib 0.5.0 (git+https://github.com/gtk-rs/glib)" = "<none>"
"checksum glib-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum gobject-sys 0.6.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
"checksum gst-plugin 0.1.0 (git+https://github.com/sdroege/gst-plugin-rs)" = "<none>"
"checksum gstreamer 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)" = "<none>"
"checksum gstreamer-audio 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)" = "<none>"
"checksum gstreamer-audio-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)" = "<none>"
"checksum gstreamer-base 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)" = "<none>"
"checksum gstreamer-base-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)" = "<none>"
"checksum gstreamer-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)" = "<none>"
"checksum gstreamer-video 0.12.0 (git+https://github.com/sdroege/gstreamer-rs)" = "<none>"
"checksum gstreamer-video-sys 0.6.0 (git+https://github.com/sdroege/gstreamer-sys)" = "<none>"
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
"checksum muldiv 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1cbef5aa2e8cd82a18cc20e26434cc9843e1ef46e55bfabe5bddb022236c5b3e"
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
"checksum num-integer 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f8d26da319fb45674985c78f1d1caf99aa4941f785d384a2ae36d0740bc3e2fe"
"checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
"checksum num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"