fre-sys 0.1.1

Rust bindings for the Flash Runtime Extension (FRE) C API in AIR.
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.1.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 Flash Runtime Extension (FRE) C API in AIR."
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"

[lib]
name = "fre_sys"
path = "src/lib.rs"

[dependencies]