# 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] edition = "2015" name = "goa" version = "0.0.3" authors = ["Boiethios "] links = "goa-1.0" exclude = ["gir-files/*"] description = "The bindings for the GNOME Online Accounts library." homepage = "https://developer.gnome.org/goa/stable/index.html" documentation = "https://docs.rs/goa" readme = "README.md" keywords = ["GNOME", "online", "accounts", "bindings"] categories = ["api-bindings", "authentication", "config", "os::unix-apis"] license = "MIT/Apache-2.0" repository = "https://gitlab.gnome.org/World/Rust/libgoa-rs" [package.metadata.docs.rs] features = ["docs-rs"] [dependencies.bitflags] version = "1.0" [dependencies.fragile] version = "0.3" [dependencies.gio] version = "0.7" [dependencies.gio-sys] version = "0.9" [dependencies.glib] version = "0.8" [dependencies.glib-sys] version = "0.9" [dependencies.goa-sys] version = "0.0.3" [dependencies.gobject-sys] version = "0.9" [dependencies.libc] version = "0.2" [features] default = ["futures", "v3_6", "v3_8", "v3_12", "v3_14", "v3_16", "v3_18", "v3_26"] docs-rs = ["goa-sys/docs-rs"] dox = ["goa-sys/dox"] futures = ["gio/futures"] v3_12 = ["v3_8", "goa-sys/v3_12"] v3_14 = ["v3_12", "goa-sys/v3_14"] v3_16 = ["v3_14", "goa-sys/v3_16"] v3_18 = ["v3_16", "goa-sys/v3_18"] v3_26 = ["v3_18", "goa-sys/v3_26"] v3_6 = ["goa-sys/v3_6"] v3_8 = ["v3_6", "goa-sys/v3_8"] [badges.gitlab] repository = "https://gitlab.gnome.org/World/Rust/libgoa-rs"