# 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 = "autd3capi-def" version = "19.0.0" authors = ["shun suzuki "] description = "Base library for autd3 C API" readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3" [lib] crate-type = [ "rlib", "cdylib", ] [dependencies.autd3] version = "19.0.0" features = ["sync"] default-features = false [dependencies.autd3-derive] version = "19.0.0" [dependencies.autd3-driver] version = "19.0.0" features = ["sync"] [dependencies.libc] version = "0.2.144" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.memoffset] version = "0.9.0" [features] single_float = [ "autd3/single_float", "autd3-driver/single_float", ] use_meter = [ "autd3/use_meter", "autd3-driver/use_meter", ]