# 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-holo-gain" version = "1.10.0" authors = ["shun suzuki "] exclude = [".github/*"] description = "Holo (Multiple foci) Gain for AUTD." readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/rust-autd" [dependencies.anyhow] version = "1.0.40" [dependencies.autd3-core] version = "1.10.0" [dependencies.autd3-traits] version = "1.10.0" [dependencies.nalgebra] version = "0.29.0" [dependencies.rand] version = "0.8.3" [dependencies.thiserror] version = "1.0.25" [features] all = ["phase_inverted"] default = ["phase_inverted"] phase_inverted = ["autd3-core/phase_inverted"]