# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "circular-buffer" version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b67261db007b5f4cf8cba393c1a5c511a5cc072339ce16e12aeba1d7b9b77946" [[package]] name = "crc16" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff" [[package]] name = "downcast-rs" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "jacdac-rs" version = "0.1.0" dependencies = [ "circular-buffer", "crc16", "downcast-rs", ]