# 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 = "tritonserver-rs" version = "0.1.0" authors = [ "Mikhail Mikhailov ", "Andrey Chesnokov ", ] build = "build.rs" exclude = ["/examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Pefrorm easy and efficient ML models inference" readme = "README.md" keywords = [ "inference", "ai", "ml", "async", "server", ] categories = [ "science", "computer-vision", "api-bindings", ] license = "MIT" repository = "https://github.com/3xMike/tritonserver-rs" [lib] name = "tritonserver_rs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.bitflags] version = "1.3.2" [dependencies.cfg-if] version = "1" [dependencies.cuda-driver-sys] version = "0.3" optional = true [dependencies.futures] version = "0.3" [dependencies.half] version = "2.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-hjson] version = "0.9" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.32" features = [ "sync", "rt", "macros", "rt-multi-thread", "time", ] [build-dependencies.bindgen] version = "0.69" [features] default = ["gpu"] gpu = [ "cuda-driver-sys", "parking_lot", ]