libpms-sys 0.0.2

FFI bindings for libpms
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 = "2024"
name = "libpms-sys"
version = "0.0.2"
authors = ["Phosh.mobi e.V."]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for libpms"
readme = false
keywords = [
    "phosh",
    "settings",
    "gtk",
]
categories = [
    "api-bindings",
    "gui",
]
license = "MIT"
resolver = "2"

[package.metadata.system-deps.pms_1_0]
name = "pms-1.0"
version = "1"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
all-features = true

[features]

[lib]
name = "pms_sys"
path = "src/lib.rs"

[[test]]
name = "abi"
path = "tests/abi.rs"

[dependencies.adw-sys]
version = "0.9.1"
features = ["v1_7"]
package = "libadwaita-sys"

[dependencies.gio-sys]
version = "0.22"

[dependencies.glib-sys]
version = "0.22"

[dependencies.gobject-sys]
version = "0.22"

[dependencies.gtk-sys]
version = "0.11"
features = ["v4_18"]
package = "gtk4-sys"

[dependencies.libc]
version = "0.2"

[dev-dependencies.shell-words]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3"

[build-dependencies.system-deps]
version = "7"