[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"