glib 0.3.1

Rust bindings for the GLib library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "glib"
version = "0.3.1"
authors = ["The Gtk-rs Project Developers"]
description = "Rust bindings for the GLib library"
homepage = "http://gtk-rs.org/"
documentation = "http://gtk-rs.org/docs/glib/"
readme = "README.md"
keywords = ["glib", "gtk-rs", "gnome", "GUI"]
license = "MIT"
repository = "https://github.com/gtk-rs/glib"

[lib]
name = "glib"
[dependencies.libc]
version = "0.2"

[dependencies.bitflags]
version = "0.9"

[dependencies.gobject-sys]
version = "0.4.0"

[dependencies.glib-sys]
version = "0.4.0"

[dependencies.lazy_static]
version = "0.2"

[features]
v2_40 = ["v2_38", "glib-sys/v2_40"]
v2_48 = ["v2_46", "glib-sys/v2_48"]
v2_44 = ["v2_40", "glib-sys/v2_44", "gobject-sys/v2_44"]
v2_38 = ["v2_34", "glib-sys/v2_38", "gobject-sys/v2_38"]
v2_50 = ["v2_48", "glib-sys/v2_50"]
v2_34 = ["glib-sys/v2_34", "gobject-sys/v2_34"]
v2_46 = ["v2_44", "glib-sys/v2_46", "gobject-sys/v2_46"]