[package] name = "autd3-holo-gain" version = "1.10.0" authors = ["shun suzuki "] edition = "2021" license = "MIT" description = "Holo (Multiple foci) Gain for AUTD." repository = "https://github.com/shinolab/rust-autd" readme = "README.md" keywords = ["autd"] exclude = [ ".github/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "0.29.0" autd3-core = {path="../autd3-core", version="1.10.0"} autd3-traits = {path="../autd3-traits", version="1.10.0"} rand = "0.8.3" thiserror = "1.0.25" anyhow = "1.0.40" [features] phase_inverted = ["autd3-core/phase_inverted"] default = ["phase_inverted"] all = ["phase_inverted"]