# 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 = "vuquest-3320" version = "0.1.0" authors = [ "Vuquest 3320 developers", "Decapod ATM developers", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serial communication protocol for Honeywell BCS devices" readme = "README.md" keywords = [ "serial", "honeywell", "barcode-scanner", "vuquest", "3320", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/decapod-atm/vuquest-3320" [lib] name = "vuquest_3320" path = "src/lib.rs" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" default-features = false [dependencies.paste] version = "1.0" [dependencies.serialport] version = "4.2" default-features = false [features] std = []