glycin-external 4.0.0-alpha

Sandboxed image decoding
# 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.93"
name = "glycin-external"
version = "4.0.0-alpha"
authors = ["Sophie Herold"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sandboxed image decoding"
homepage = "https://gnome.pages.gitlab.gnome.org/glycin/"
readme = "README.md"
license = "MPL-2.0 OR LGPL-2.1-or-later"
repository = "https://gitlab.gnome.org/GNOME/glycin"

[features]
async-io = ["glycin-core/async-io"]
gdk4 = ["glycin-core/gdk4"]
gobject = ["glycin-core/gobject"]
tests = []
tokio = ["glycin-core/tokio"]

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

[dependencies.glycin-core]
version = "4.0.0-alpha"
features = ["external"]
default-features = false

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"