# 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 = "pjrt" version = "0.2.0" authors = ["cksac "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe PJRT C API bindings for Rust" homepage = "https://github.com/rai-explorers/pjrt-rs" readme = "README.md" keywords = [ "deep-learning", "machine-learning", "ai", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/rai-explorers/pjrt-rs" [lib] name = "pjrt" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "buffer" path = "examples/buffer.rs" [dependencies.bon] version = "2.3" [dependencies.libloading] version = "0.8" [dependencies.pjrt-sys] version = "0.2.0" [dependencies.prost] version = "0.13" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ]