clepsydre-rebind 0.1.0

Safe bindings for libclepsydre
# 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"
rust-version = "1.92"
name = "clepsydre-rebind"
version = "0.1.0"
authors = ["Titouan Real <titouan.real@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe bindings for libclepsydre"
readme = false
license = "LGPL-2.1-or-later"
repository = "https://gitlab.gnome.org/TitouanReal/clepsydre"

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.bitflags]
version = "2.11.0"

[dependencies.ffi]
version = "0.1"
package = "clepsydre-sys"

[dependencies.gdk]
version = "0.11.0"
features = ["v4_22"]
package = "gdk4"

[dependencies.gio]
version = "0.22.2"
features = ["v2_86"]

[dependencies.glib]
version = "0.22.2"
features = ["v2_86"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"