# 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-arrayfire" version = "16.0.3" authors = ["shun suzuki "] description = "ArrayFire Backend for AUTD3" readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3" [[bench]] name = "holo" path = "benches/holo.rs" harness = false [dependencies.arrayfire] version = "3.8.0" [dependencies.autd3-driver] version = "16.0.3" [dependencies.autd3-gain-holo] version = "16.0.3" [dependencies.nalgebra] version = "0.32.1" features = ["std"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.31" [dev-dependencies.anyhow] version = "1.0.72" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [features] default = [] single_float = [ "autd3-driver/single_float", "autd3-gain-holo/single_float", ] test-utilities = ["autd3-gain-holo/test-utilities"] use_meter = ["autd3-driver/use_meter"]