coreml-rs-fork 0.5.6

CoreML bindings for Rust using swift-bridge to maximize performance
# 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 = "coreml-rs-fork"
version = "0.5.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CoreML bindings for Rust using swift-bridge to maximize performance"
readme = "README.md"
license-file = "LICENSE"

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

[[example]]
name = "batch"
path = "examples/batch.rs"

[[example]]
name = "cvpixelbuffer"
path = "examples/cvpixelbuffer.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "zip"
path = "examples/zip.rs"

[[test]]
name = "load"
path = "tests/load.rs"

[dependencies.anyhow]
version = "1"
features = ["backtrace"]

[dependencies.bytemuck]
version = "1.21.0"

[dependencies.flate2]
version = "1.1.0"

[dependencies.half]
version = "2.4.1"
features = [
    "alloc",
    "serde",
    "zerocopy",
]

[dependencies.ndarray]
version = "0.16.1"
features = [
    "serde",
    "blas",
]

[dependencies.num]
version = "0.4.3"

[dependencies.swift-bridge]
version = "0.1"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.libproc]
version = "0.14.4"

[dev-dependencies.sha2]
version = "0.10.9"

[dev-dependencies.zip]
version = "6.0.0"

[build-dependencies.swift-bridge-build]
version = "0.1"