[dependencies.bitvec]
default-features = false
version = "1"
[dependencies.defmt]
optional = true
version = "0.3"
[dependencies.embedded-hal]
features = ["unproven"]
version = "0.2.7"
[features]
use-defmt = ["defmt"]
[package]
authors = ["David Young <david@thedavidyoung.co.uk>"]
description = "Implementation of NMRA Digital Command Control for driving model trains"
edition = "2021"
license = "MPL-2.0"
name = "dcc-rs"
readme = "README.md"
repository = "https://github.com/sciguy16/dcc-rs"
resolver = "2"
version = "0.2.0"