gegl 0.4.0

GEGL Rust bindings
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"
rust-version = "1.83"
name = "gegl"
version = "0.4.0"
authors = [
    "Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>",
    "Hubert Figuière <hub@figuiere.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GEGL Rust bindings"
documentation = "https://world.pages.gitlab.gnome.org/Rust/gegl-rs/gegl/"
readme = false
keywords = [
    "gegl",
    "glib",
    "gnome",
]
categories = [
    "api-bindings",
    "os::unix-apis",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.gnome.org/World/Rust/gegl-rs"

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

[features]
v0_4_14 = [
    "ffi/v0_4_14",
    "v0_4_2",
]
v0_4_2 = ["ffi/v0_4_2"]

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

[dependencies.babl]
version = "^0.1.0"

[dependencies.ffi]
version = "^0.4.0"
package = "gegl-sys"

[dependencies.glib]
version = "0.22"

[dependencies.libc]
version = "0.2"

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

[dev-dependencies.tempdir]
version = "0.3"

[build-dependencies.pkg-config]
version = "0.3.7"