pjrt-sys 0.2.0

A PJRT C API bindings for Rust
Documentation
[build-dependencies.bindgen]
version = "0.69"

[build-dependencies.prost-build]
version = "0.13"

[dependencies.bytes]
version = "1"

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

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

[package]
authors = ["cksac <cs.cksac@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["science"]
description = "A PJRT C API bindings for Rust"
edition = "2021"
homepage = "https://github.com/rai-explorers/pjrt-rs"
keywords = ["deep-learning", "machine-learning", "ai"]
license = "MIT OR Apache-2.0"
name = "pjrt-sys"
readme = "README.md"
repository = "https://github.com/rai-explorers/pjrt-rs"
version = "0.2.0"