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