[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "libobs_simple_macro"
path = "src/lib.rs"
proc-macro = true
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Hendrik Lind <hendrik@sshcrack.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::video", "multimedia::audio", "multimedia", "multimedia::encoding"]
description = "Helper macro for libobs-simple"
documentation = "https://libobs-rs.github.io/libobs-rs/libobs_simple_macro/"
edition = "2021"
keywords = ["obs", "libobs", "video", "recording", "screen-recording"]
license = "GPL-3.0"
name = "libobs-simple-macro"
readme = "README.md"
repository = "https://github.com/libobs-rs/libobs-rs"
version = "7.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]