# 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 = "zproto" version = "0.3.5" authors = ["Stephen Hunt "] description = "A library from communicating with Zaber products in Rust." homepage = "https://github.com/stphnt/zproto" documentation = "https://docs.rs/zproto" readme = "README.md" keywords = [ "Zaber", "ASCII", "Binary", "serial", "RS232", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/stphnt/zproto" [package.metadata.docs.rs] all-features = true [[example]] name = "ascii" required-features = ["ascii"] [[example]] name = "binary" required-features = ["binary"] [dependencies.log] version = "0.4.19" [dependencies.paste] version = "1.0.12" [dependencies.serialport] version = "4.2.1" [dev-dependencies.simple_logger] version = "4.2.0" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.trybuild] version = "1.0.80" [features] ascii = [] binary = [] default = [ "ascii", "binary", ] doc_cfg = []