# 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 = "2021" name = "grafton-ndi" version = "0.4.0" authors = ["Grant Sparks "] build = "build.rs" exclude = [ "target/", ".gitignore", ".github/", "NDI_6_SDK.zip", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial idiomatic Rust bindings for the NDI 6 SDK" homepage = "https://www.grafton.ai" readme = "README.md" keywords = [ "ndi", "video", "audio", "network", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/GrantSparks/grafton-ndi" [lib] name = "grafton_ndi" path = "src/lib.rs" [[example]] name = "NDIlib_Find" path = "examples/NDIlib_Find.rs" [[example]] name = "NDIlib_Recv_PNG" path = "examples/NDIlib_Recv_PNG.rs" [[example]] name = "NDIlib_Recv_PTZ" path = "examples/NDIlib_Recv_PTZ.rs" [dependencies.png] version = "0.17.13" [dependencies.thiserror] version = "1.0.61" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.lodepng] version = "3.10.2"