[dependencies.byteorder]
default-features = false
version = "1.4.3"
[dependencies.crc-any]
default-features = false
version = "2.4.3"
[dependencies.defmt]
optional = true
version = "0.3.4"
[features]
defmt = ["dep:defmt"]
[package]
authors = ["Georges Palauqui <g.palauqui@gptechinno.com>"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Rust protocol driver for the BM1397 Bitcoin Mining ASIC."
edition = "2021"
keywords = ["no-std", "embedded-hal-driver", "mining", "bitcoin"]
license = "MIT OR Apache-2.0"
name = "bm1397-protocol"
readme = "README.md"
repository = "https://github.com/GPTechinno/bm1397-protocol"
version = "0.2.0"