[package] name = "autd" version = "9.0.1" authors = ["shun suzuki "] edition = "2018" license = "MIT" description = "AUTD library for Rust." repository = "https://github.com/shinolab/rust-autd" readme = "../README.md" keywords = ["autd"] exclude = [ ".github/*", "dist/*", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] autd-timer = {path="../autd-timer", version="2.0.0"} num = "0.4.0" bitflags = "1.2" na = "0.24.0" [features] double = [] default = []