[package] name = "tensorrt-rs" version = "0.3.0" authors = ["Mason Stallmo "] license = "MIT" repository = "https://github.com/mstallmo/tensorrt-rs" edition = "2018" description = "Rust library for using Nvidia's TensorRT deep learning acceleration library" [dependencies] # Uncomment when working locally #tensorrt-sys = {version = "0.2", path="../tensorrt-sys"} tensorrt-sys = "0.3.0" ndarray = "0.13.1" ndarray-image = "0.2.1" image = "0.23.9" imageproc = "0.21.0" [dev-dependencies] lazy_static = "1.4.0"