[package] name = "rustbee" version = "0.1.1" authors = ["duysqubix "] edition = "2018" license = "MIT" description = "Rust library to interact with Xbee Devices" repository = "https://github.com/duysqubix/rustbee.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serialport = {version = "^3.3", features=["libudev"]} bytes = "^0.5" byteorder = "^1" lazy_static = "^1.4" rand = "^0.7" downcast-rs = "^1.1"