appindicator3 0.3.0

Rust bindings for the AppIndicator and AyatanaAppIndicator 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "appindicator3"
version = "0.3.0"
exclude = ["gir-files/*"]
description = "Rust bindings for the AppIndicator and AyatanaAppIndicator library"
readme = "README.md"
keywords = [
    "appindicator",
    "libappindicator",
    "ayatana-appindicator",
    "SNI",
    "KSNI",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
repository = "https://github.com/rehar/appindicator3"

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

[lib]
name = "appindicator3"

[dependencies.ffi]
version = "0.0.4"
package = "appindicator3-sys"

[dependencies.gdk]
version = "0.18"

[dependencies.gdk-sys]
version = "0.18"

[dependencies.glib]
version = "0.18"

[dependencies.gtk]
version = "0.18"

[dependencies.libc]
version = "0.2"

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