appindicator3 0.2.0

Rust bindings for the AppIndicator and AyatanaAppIndicator library
Documentation
[package]
name = "appindicator3"
categories = ["api-bindings", "gui"]
repository = "https://github.com/rehar/appindicator3"
license = "MIT"
description = "Rust bindings for the AppIndicator and AyatanaAppIndicator library"
author = "Rene Harder"
version = "0.2.0"
edition = "2021"
keywords = ["appindicator", "libappindicator", "ayatana-appindicator", "SNI", "KSNI"]

exclude = [
    "gir-files/*",
]

[lib]
name = "appindicator3"

[dependencies]
libc = "0.2"

[dependencies.glib]
package = "glib"
git = "https://github.com/gtk-rs/gtk-rs-core"
version = "0.15"
branch = "0.15"

[dependencies.gtk]
package = "gtk"
git = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15"
branch = "0.15"

[dependencies.gdk]
package = "gdk"
git = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15"
branch = "0.15"

[dependencies.ffi]
package = "appindicator3-sys"
version = "0.0.2"
path = "sys/" 

[dependencies.gdk-sys]
package = "gdk-sys"
git = "https://github.com/gtk-rs/gtk3-rs"
version = "0.15"
branch = "0.15"

[features]
v0_4 = ["ffi/v0_4"]
v0_5 = ["ffi/v0_5"]
original = ["ffi/original"]
dox = ["ffi/dox"]
default = ["v0_5"]

[package.metadata.docs.rs]
features = ["dox"]