fre-rs 0.2.2

Safe, ergonomic Rust abstraction over the AIR Native Extension (ANE) C API (`fre-sys`) for native-side development.
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-rs"
version = "0.2.2"
authors = ["Frashack <reeceyao@qq.com>"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, ergonomic Rust abstraction over the AIR Native Extension (ANE) C API (`fre-sys`) for native-side development."
homepage = "https://crates.io/crates/fre-rs"
documentation = "https://docs.rs/fre-rs"
readme = "README.md"
keywords = [
    "fre",
    "ane",
    "air",
    "flash",
    "as3",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/frashack/fre-rs"

[package.metadata.docs.rs]
targets = [
    "x86_64-pc-windows-msvc",
    "i686-pc-windows-msvc",
]
default-target = "x86_64-pc-windows-msvc"

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

[dependencies.fre-sys]
version = "0.1"