[package] name = "bit-byte-structs" version = "0.0.3" edition = "2018" authors = ["William Salmon "] license = "MIT" categories = ["embedded", "hardware-support", "no-std"] keywords = ["embedded-hal-driver", "spi", "i2c", "register"] description = "A bus-agnostic trait and structs for interfacing with register based peripherals." readme = "README.md" repository = "https://gitlab.com/pointswaves/bit-byte-structures/" docs = "https://pointswaves.gitlab.io/bit-byte-structures/bit_byte_structs/" [dependencies] embedded-hal = "0.2.3" cortex-m-semihosting = {version="0.3.3", optional = true} cortex-m = {version="0.7.0", optional = true} [features] cortex-m-debuging = ["cortex-m-semihosting", "cortex-m"]