# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bit-byte-structs" version = "0.0.3" authors = ["William Salmon "] description = "A bus-agnostic trait and structs for interfacing with register based peripherals." readme = "README.md" keywords = ["embedded-hal-driver", "spi", "i2c", "register"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://gitlab.com/pointswaves/bit-byte-structures/" [dependencies.cortex-m] version = "0.7.0" optional = true [dependencies.cortex-m-semihosting] version = "0.3.3" optional = true [dependencies.embedded-hal] version = "0.2.3" [features] cortex-m-debuging = ["cortex-m-semihosting", "cortex-m"]