videostream-sys 2.2.1

Low-level FFI bindings for VideoStream Library - unsafe bindings to libvideostream
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 = "2021"
rust-version = "1.70"
name = "videostream-sys"
version = "2.2.1"
authors = ["Au-Zone Technologies"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for VideoStream Library - unsafe bindings to libvideostream"
homepage = "https://edgefirst.ai"
readme = "README.md"
keywords = [
    "video",
    "ffi",
    "bindings",
    "videostream",
    "libvideostream",
]
categories = [
    "computer-vision",
    "multimedia::video",
    "external-ffi-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/EdgeFirstAI/videostream"

[package.metadata.release]
pre-release-replacements = []

[features]
default = []

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

[dependencies.libloading]
version = "0.9.0"

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