pjrt 0.1.0

A safe PJRT C API bindings for Rust
Documentation
[dependencies.libloading]
version = "0.8"

[dependencies.pjrt-sys]
version = "0.1.0"

[dependencies.prost]
version = "0.13"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1"

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

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

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

[package]
authors = ["cksac <cs.cksac@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science"]
description = "A safe 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"
readme = "README.md"
repository = "https://github.com/rai-explorers/pjrt-rs"
version = "0.1.0"