[package]
edition = "2024"
name = "refl-sys"
version = "0.0.2"
authors = ["Artem V. Ageev <artem.v.ageev@gmail.com>"]
build = "build.rs"
exclude = ["use"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enlightenment Foundation Libraries bindings in Rust"
readme = "README.md"
keywords = [
"EFL",
"enlightenment",
]
categories = ["external-ffi-bindings"]
license = "LGPL-2.1-only"
repository = "https://github.com/theavege/efl-rs"
resolver = "2"
[lib]
name = "refl_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
[target.'cfg(target_os = "linux")'.build-dependencies.pkg-config]
version = "0.3"
[target.'cfg(target_os = "windows")'.build-dependencies.glob]
version = "0.3"
[target.'cfg(target_os = "windows")'.build-dependencies.reqwest]
version = "0.13"
features = [
"json",
"native-tls",
"blocking",
]