depthai-sys 0.1.3

Low-level FFI crate that builds/links Luxonis DepthAI-Core v3 and exposes Rust bindings.
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 = "depthai-sys"
version = "0.1.3"
authors = ["Groupe CARVI Inc."]
build = "build.rs"
links = "depthai-core"
include = [
    "Cargo.toml",
    "README.md",
    "build.rs",
    "src/**",
    "wrapper/**",
    "scripts/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI crate that builds/links Luxonis DepthAI-Core v3 and exposes Rust bindings."
homepage = "https://github.com/groupe-carvi/depthai-rs"
documentation = "https://docs.rs/depthai-sys"
readme = "README.md"
keywords = [
    "depthai",
    "luxonis",
    "ffi",
    "bindings",
]
categories = [
    "api-bindings",
    "computer-vision",
]
license = "MIT"
repository = "https://github.com/groupe-carvi/depthai-rs"

[package.metadata.docs.rs]
no-default-features = true
features = ["no-native"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["native"]
force-binding-regeneration = []
latest = []
native = [
    "dep:cmake",
    "dep:num_cpus",
    "dep:walkdir",
    "dep:zip-extensions",
    "dep:reqwest",
    "dep:pkg-config",
    "dep:zip",
]
no-native = []
opencv-download = ["dep:sevenz-rust2"]
v3-1-0 = []
v3-2-0 = []
v3-2-1 = []
v3-3-0 = []
v3-4-0 = []
v3-5-0 = []
v3-6-1 = []

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

[dependencies.autocxx]
version = "0.30.0"

[dependencies.cxx]
version = "1.0.194"

[build-dependencies.autocxx-build]
version = "0.30.0"

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

[build-dependencies.cmake]
version = "0.1.57"
optional = true

[build-dependencies.cxx-build]
version = "1.0.194"

[build-dependencies.num_cpus]
version = "1.17.0"
optional = true

[build-dependencies.once_cell]
version = "1.21.3"

[build-dependencies.pkg-config]
version = "0.3.32"
optional = true

[build-dependencies.reqwest]
version = "0.13.1"
features = [
    "blocking",
    "json",
    "native-tls",
    "http2",
]
optional = true
default-features = false

[build-dependencies.sevenz-rust2]
version = "0.20.0"
optional = true

[build-dependencies.walkdir]
version = "2.5.0"
optional = true

[build-dependencies.zip]
version = "7.0.0"
features = ["deflate"]
optional = true
default-features = false

[build-dependencies.zip-extensions]
version = "0.13.0"
optional = true