[package] name = "ymodem" version = "0.1.1" authors = ["Allen Welkie ", "Eliud de León "] keywords = ["xmodem", "ymodem", "serial"] repository = "https://github.com/TGMM/xymodem.rs" license = "MIT" description = "An implementation of the XMODEM and YMODEM file-transfer protocols." [dependencies] log = "^0.3" crc16 = "^0.3" [dev-dependencies] tempfile = "^2.0" rand = "^0.3"