[package]
edition = "2024"
name = "fre-sys"
version = "0.2.1"
authors = ["Frashack <reeceyao@qq.com>"]
build = "build.rs"
links = "FlashRuntimeExtensions"
include = [
"src/**",
"build.rs",
"Cargo.toml",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the AIR Native Extension (ANE) C API (`FlashRuntimeExtensions.h`)."
homepage = "https://crates.io/crates/fre-sys"
documentation = "https://docs.rs/fre-sys"
readme = "README.md"
keywords = [
"fre",
"ane",
"air",
"flash",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/frashack/fre-sys"
[package.metadata.docs.rs]
targets = [
"x86_64-pc-windows-msvc",
"i686-pc-windows-msvc",
]
default-target = "x86_64-pc-windows-msvc"
[lib]
name = "fre_sys"
path = "src/lib.rs"
[dependencies]