miracle-plugin 0.0.5

Rust bindings for the miracle-wm plugin API
# 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 = "miracle-plugin"
version = "0.0.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the miracle-wm plugin API"
homepage = "https://github.com/miracle-wm-org/miracle-wm"
documentation = "https://docs.miracle-wm.org/"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/miracle-wm-org/miracle-wm"

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]

[features]
configure = ["dep:serde_json"]
default = ["configure"]

[lib]
name = "miracle_plugin"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.bitflags]
version = "2"

[dependencies.glam]
version = "0.29"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
optional = true

[build-dependencies.bindgen]
version = "0.71"