wxdragon-sys 0.9.13

Raw FFI bindings to libwxdragon (which statically links wxWidgets).
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 = "wxdragon-sys"
version = "0.9.13"
authors = ["Allen Dang <allengnr@gmail.com>"]
build = "build.rs"
links = "wxdragon"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to libwxdragon (which statically links wxWidgets)."
readme = "README.md"
keywords = [
    "ffi",
    "wxwidgets",
    "gui",
    "native",
    "bindings",
]
categories = [
    "external-ffi-bindings",
    "gui",
    "development-tools::ffi",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AllenDang/wxDragon"

[features]
aui = []
default = []
media-ctrl = []
richtext = []
stc = []
webview = []
xrc = []

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

[dependencies.log]
version = "0.4"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.flate2]
version = "1.1.4"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.rawzip]
version = "0.4"

[build-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
    "socks",
]

[build-dependencies.sha2]
version = "0.10"