basisu_c_sys 0.4.1

Raw Rust ffi binding for the Basis Universal pure C API
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 = "basisu_c_sys"
version = "0.4.1"
build = "build.rs"
include = [
    "vendor/basis_universal",
    "build.rs",
    "README.md",
    "src/*.rs",
    "wasm/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Rust ffi binding for the Basis Universal pure C API"
readme = "README.md"
keywords = [
    "basis-universal",
    "ffi",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/beicause/bevy_basisu_loader"

[features]
__build-wasm-cli = ["dep:clap"]
default = []
encoder = []
serde = ["dep:serde"]

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

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true
default-features = false

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

[build-dependencies.cc]
version = "1.2"
features = ["parallel"]

[build-dependencies.prettyplease]
version = "0.2.37"

[build-dependencies.syn]
version = "2.0.117"
features = [
    "full",
    "parsing",
    "printing",
]
default-features = false

[target.wasm32-unknown-unknown.dependencies.js-sys]
version = "0.3"

[target.wasm32-unknown-unknown.dependencies.wasm-bindgen]
version = "0.2"

[target.wasm32-unknown-unknown.dependencies.wasm-bindgen-futures]
version = "0.4"