# 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-core" version = "14.2.2" authors = ["shun suzuki "] description = "Core functions of AUTD3" readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3" [dependencies.autd3-driver] version = "14.2.2" [dependencies.bitflags] version = "2.0.2" [dependencies.nalgebra] version = "0.32.3" features = ["std"] default-features = false [dependencies.rayon] version = "1.7.0" optional = true [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.spdlog-rs] version = "0.3.8" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.itertools] version = "0.11.0" [features] default = [] parallel = ["rayon"] single_float = ["autd3-driver/single_float"] use_meter = ["autd3-driver/use_meter"] [target."cfg(not(windows))".dependencies.libc] version = "0.2.144" [target."cfg(windows)".dependencies.windows] version = "0.48.0" features = [ "Win32_Media_Multimedia", "Win32_System_Threading", "Win32_Foundation", ]