43 lines
982 B
TOML
43 lines
982 B
TOML
# 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 = "libappindicator"
|
|
version = "0.9.0"
|
|
description = "Rust safe bindings for libappindicator"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"linux",
|
|
"gui",
|
|
"gtk",
|
|
]
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies.glib]
|
|
version = "0.18"
|
|
|
|
[dependencies.gtk]
|
|
version = "0.18"
|
|
|
|
[dependencies.gtk-sys]
|
|
version = "0.18"
|
|
|
|
[dependencies.libappindicator-sys]
|
|
version = "0.9"
|
|
|
|
[dependencies.log]
|
|
version = "0.4"
|
|
|
|
[features]
|
|
backcompat = ["libappindicator-sys/backcompat"]
|
|
default = ["backcompat"]
|