# 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 = "async-tensorrt" version = "0.9.0" authors = ["Oddity.ai Developers "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Async TensorRT for Rust." readme = "README.md" keywords = [ "async", "nvidia", "cuda", "gpu", "tensorrt", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/oddity-ai/async-tensorrt" [package.metadata.docs.rs] rustc-args = [ "--cfg", 'feature="docs-only"', ] [lib] name = "async_tensorrt" path = "src/lib.rs" [[test]] name = "functions_side_effects_test" path = "tests/functions_side_effects_test.rs" [dependencies.async-cuda] version = "0.6.0" [dependencies.cpp] version = "0.5" [dependencies.tracing] version = "0.1" [dev-dependencies.tempfile] version = "3.4" [dev-dependencies.tokio] version = "1" features = [ "macros", "test-util", "time", ] default-features = false [build-dependencies.cpp_build] version = "0.5"