0.2.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
LGPL-3.0 - GNU Lesser General Public License v3.0 onlyRaw rust bindings for use with libayatana-appindicator.
Rust bindings for libayatana-appindicator shared library.
To remove unnecessary build dependencies, the crate provides a static generated binding file by default. However, if you want to generate the raw bindings on every build, add the following line to your Cargo.toml file:
libayatana-appindicator = { version = "0.2.0", features = ["dynamic"] }When using with the dynamic feature, the libayatana-appindicator-sys crate is used as build dependency that generates the bindings file for you.
LGPL-3.0
This library follows the license of libappindicator-rs, libappindicator-sys and libayatana-appindicator.
This library is widely based on libappindicator-rs and libappindicator-sys, so credits go to all contributors for their work on it.