ndi-sdk-sys 0.1.2

Rust bindings for the NDI SDK
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 = "ndi-sdk-sys"
version = "0.1.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for the NDI SDK"
readme = "README.md"
keywords = [
    "ndi",
    "video",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/deno-plc/rust-ndi-sdk"

[features]
dangerous_apis = []
docsrs = ["dangerous_apis"]
strict_assertions = []

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

[[example]]
name = "01_init"
path = "examples/01_init.rs"

[[example]]
name = "02_find"
path = "examples/02_find.rs"

[[example]]
name = "03_routing"
path = "examples/03_routing.rs"

[[example]]
name = "04_recv"
path = "examples/04_recv.rs"

[[example]]
name = "05_send"
path = "examples/05_send.rs"

[dependencies.num]
version = "0.4.3"

[dependencies.num_enum]
version = "0.7.3"

[dependencies.static_assertions]
version = "1.1.0"

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

[build-dependencies.build-rs]
version = "0.3.4"

[build-dependencies.regex]
version = "1.11.1"