w2c2-sys 0.1.0

bindgen wrapper for w2c2
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 = "w2c2-sys"
version = "0.1.0"
authors = ["Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com>"]
build = "build.rs"
exclude = ["w2c2"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bindgen wrapper for w2c2"
readme = false
keywords = [
    "wasm",
    "webassembly",
]
license = "MIT"
repository = "https://github.com/stevefan1999-personal/w2c2-rs"

[features]
bindgen = ["dep:bindgen"]
default = []
docs = []

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

[dependencies.const-default]
version = "1.0.0"
features = ["derive"]

[dependencies.typed-builder]
version = "0.21.0"

[build-dependencies.bindgen]
version = "0.72.0"
features = ["experimental"]
optional = true

[build-dependencies.cc]
version = "1.2.26"

[build-dependencies.glob]
version = "0.3.2"

[build-dependencies.miette]
version = "7.6.0"