libmirage 0.2.0

Rust bindings for libMirage
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 = "2024"
name = "libmirage"
version = "0.2.0"
build = false
exclude = [
    "*.gir",
    ".forgejo",
    "generator.py",
    "Gir.toml",
    "gir",
    "gir-files",
    ".gitignore",
    ".gitmodules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for libMirage"
readme = "readme.md"
license = "LGPL-3.0-or-later"
repository = "https://codeberg.org/tautropfli/libmirage-rs"

[package.metadata.docs.rs]
all-features = true

[features]
v3 = ["ffi/v3"]
v3_1 = ["ffi/v3_1"]
v3_2 = ["ffi/v3_2"]
v3_3 = ["ffi/v3_3"]
v3_3_2 = ["ffi/v3_3_2"]

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

[[example]]
name = "image"
path = "examples/image/main.rs"

[dependencies.bitflags]
version = "2.2"

[dependencies.ffi]
version = "0.2.0"
package = "libmirage-sys"

[dependencies.gio]
version = "0.22"

[dependencies.glib]
version = "0.22"

[dependencies.libc]
version = "0.2"