grust 0.3.2

GObjectIntrospection bindings for Rust. This is the core library providing basic functionality to all generated crates.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "glib-2-0-sys"
version = "0.46.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99f195f4385558b882eb5434df9a7aaf6a112d0007c8df1e75045b588e0f7962"
dependencies = [
 "gtypes",
 "libc",
 "pkg-config",
]

[[package]]
name = "gobject-2-0-sys"
version = "0.46.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6daee09e648bd33547175898cffc892b46f6eaaaf3ae0e104a682f2b728b9c4"
dependencies = [
 "glib-2-0-sys",
 "gtypes",
 "pkg-config",
]

[[package]]
name = "grust"
version = "0.3.2"
dependencies = [
 "glib-2-0-sys",
 "gobject-2-0-sys",
 "gtypes",
 "libc",
]

[[package]]
name = "gtypes"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8852d77575edf1670e115f3144950fc78754cef78ef0d8453e1e62bb0ec3c41"
dependencies = [
 "libc",
]

[[package]]
name = "libc"
version = "0.2.178"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"

[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"