gegl-sys 0.4.0

GEGL FFI 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"
name = "gegl-sys"
version = "0.4.0"
authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GEGL FFI Bindings"
documentation = "https://world.pages.gitlab.gnome.org/Rust/gegl-rs/gegl_sys/"
readme = false
keywords = [
    "gegl",
    "sys",
    "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.system-deps.gegl]
name = "gegl-0.4"
version = "0.4"

[package.metadata.system-deps.gegl_0_4]
name = "gegl-0.4"
version = "0.1"

[package.metadata.system-deps.gegl_0_4.v0_4_2]
version = "0.4.2"

[package.metadata.system-deps.gegl_0_4.v0_4_14]
version = "0.4.14"

[package.metadata.docs.rs]
features = []
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--generate-link-to-definition",
]

[features]
v0_4_14 = ["v0_4_2"]
v0_4_2 = []

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

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

[dependencies.babl-sys]
version = "^0.1.0"

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

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

[dependencies.libc]
version = "0.2"

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

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

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

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