# 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-timer" version = "9.0.1" authors = ["shun suzuki "] exclude = [".github/*"] description = "Native timer wrapper." readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3" resolver = "1" [dependencies.libc] version = "0.2.112" [dependencies.thiserror] version = "1.0.30" [build-dependencies.cc] version = "1.0.72" [target."cfg(windows)".dependencies.windows] version = "0.48.0" features = [ "Win32_Media_Multimedia", "Win32_System_Threading", "Win32_Foundation", ]