# 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-sys" version = "0.2.0" authors = ["cksac "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A 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_sys" path = "src/lib.rs" [dependencies.bytes] version = "1" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [build-dependencies.bindgen] version = "0.69" [build-dependencies.prost-build] version = "0.13"