# 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-link-monitor" version = "14.2.2" authors = ["shun suzuki "] description = "Link for monitoring" readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3" [dependencies.autd3-core] version = "14.2.2" [dependencies.autd3-firmware-emulator] version = "14.2.2" [dependencies.itertools] version = "0.11.0" [dependencies.num-complex] version = "0.4.3" [dependencies.plotters] version = "0.3.5" optional = true [dependencies.plotters-bitmap] version = "0.3.3" optional = true [dependencies.pyo3] version = "0.19.0" features = ["auto-initialize"] optional = true [dependencies.scarlet] version = "~1.1.0" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.vulkano] version = "0.33.0" optional = true [dependencies.vulkano-shaders] version = "0.33.0" optional = true [dependencies.which] version = "4.4.0" optional = true [features] default = ["plotters"] gpu = [ "vulkano", "vulkano-shaders", ] plotters = [ "dep:plotters", "plotters-bitmap", "scarlet", ] python = [ "pyo3", "which", ] single_float = ["autd3-core/single_float"]