# 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 = "br-serial" version = "0.0.1" authors = ["carry <7991156@qq.com>"] exclude = [ "INSTALL.md", "examples", ] description = "This is an COM and Serial Port" readme = "README.md" keywords = [ "br", "serial", "com", ] license = "MIT" resolver = "1" [dependencies.hex] version = "0.4.3" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.18" [dependencies.serial2] version = "0.2.1" [dependencies.serialport] version = "4.2.0" [dev-dependencies.env_logger] version = "0.10.0"