# 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 = "autd3-backend-cuda" version = "28.0.0" authors = ["shun suzuki "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "CUDA Backend for AUTD3" readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3-backend-cuda" [lib] name = "autd3_backend_cuda" path = "src/lib.rs" [[example]] name = "main" path = "examples/main.rs" [dependencies.autd3-driver] version = "28.0.0" [dependencies.autd3-gain-holo] version = "28.0.0" [dependencies.bit-vec] version = "0.8.0" [dependencies.cuda-sys] version = "0.2.0" [dependencies.nalgebra] version = "0.33.0" features = ["std"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.autd3] version = "28.0.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [build-dependencies.cc] version = "1.1.6" [build-dependencies.cuda-config] version = "0.1.0" [features] async-trait = [ "autd3-driver/async-trait", "autd3-gain-holo/async-trait", ] default = [] use_meter = []