rknn-runtime 0.1.1

Rust bindings for RKNN NPU inference on Rockchip SoCs (RV1106, RK3588, etc.)
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"
rust-version = "1.85"
name = "rknn-runtime"
version = "0.1.1"
build = false
exclude = ["examples/coco_test/cat.jpg"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for RKNN NPU inference on Rockchip SoCs (RV1106, RK3588, etc.)"
readme = "README.md"
keywords = [
    "rknn",
    "npu",
    "rv1106",
    "inference",
    "rockchip",
]
categories = [
    "hardware-support",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/LdDl/rknn-runtime"

[features]
default = ["dynamic"]
dynamic = ["dep:libloading"]
static-link = []

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

[[example]]
name = "coco_test"
path = "examples/coco_test/main.rs"

[dependencies.libloading]
version = "0.8"
optional = true

[dev-dependencies.image]
version = "0.25"