# 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 = "ljxacom" version = "0.1.8" authors = ["Zhang Xiaoyu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for Keyence LJ-X8000A CommLib" homepage = "https://github.com/zhxiaoyu/ljxacom" readme = "README.md" keywords = [ "Keyence", "ljxacom", "LJXA", "LJX8", "LJ-X8000A", ] license = "MIT" repository = "https://github.com/zhxiaoyu/ljxacom" [lib] name = "ljxacom" path = "src/lib.rs" [[example]] name = "simple_acquire" path = "examples/simple_acquire.rs" [[example]] name = "simple_acquire_async" path = "examples/simple_acquire_async.rs" [dependencies] [build-dependencies.cc] version = "1.0"