forked from mirrors/gstreamer-rs
120 lines
4.8 KiB
TOML
120 lines
4.8 KiB
TOML
[root]
|
|
name = "gstreamer"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"gstreamer-sys 0.1.1 (git+https://github.com/sdroege/gstreamer-sys)",
|
|
"libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glib 0.1.3 (git+https://github.com/gtk-rs/glib)",
|
|
"gstreamer 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib"
|
|
version = "0.1.3"
|
|
source = "git+https://github.com/gtk-rs/glib#08ccf3abe78e4afd123fe75733c66f0982861457"
|
|
dependencies = [
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib-sys"
|
|
version = "0.3.4"
|
|
source = "git+https://github.com/gtk-rs/sys#af83826e0a31f68bcddee17d3791fb01453dc632"
|
|
dependencies = [
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.28 (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.3.4"
|
|
source = "git+https://github.com/gtk-rs/sys#af83826e0a31f68bcddee17d3791fb01453dc632"
|
|
dependencies = [
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.28 (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.1.1"
|
|
source = "git+https://github.com/sdroege/gstreamer-sys#8c0b6e6605ed614c03fa99c406aabd9c1c42f70b"
|
|
dependencies = [
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.28 (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 = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.1.39"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.1.40"
|
|
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 bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
"checksum glib 0.1.3 (git+https://github.com/gtk-rs/glib)" = "<none>"
|
|
"checksum glib-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum gobject-sys 0.3.4 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum gstreamer-sys 0.1.1 (git+https://github.com/sdroege/gstreamer-sys)" = "<none>"
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
|
"checksum libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb7b49972ee23d8aa1026c365a5b440ba08e35075f18c459980c7395c221ec48"
|
|
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
|
|
"checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790"
|
|
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|