fre-sys 0.2.1

Rust bindings for the AIR Native Extension (ANE) C API (`FlashRuntimeExtensions.h`).
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 = "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]