# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tensorrt-sys" version = "0.3.0" authors = ["Mason Stallmo "] build = "build.rs" description = "Low level wrapper around Nvidia's TensorRT library" license = "MIT" repository = "https://github.com/mstallmo/tensorrt-rs" [dependencies.libc] version = "0.2.62" [build-dependencies.cmake] version = "0.1.41" [features] cuda-101 = [] cuda-102 = [] cuda-110 = [] default = ["trt-515"] trt-515 = ["cuda-101"] trt-713 = []