[package] name = "triton-sys" version = "0.2.0" edition = "2021" authors = ["Sven Sauleau "] description = "Internal Rust bindings to the Triton Inference Server. See triton-rs for high level API." license = "MIT" repository = "https://github.com/xtuc/triton-rs" [dependencies] [build-dependencies] bindgen = "0.65.1"