# 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 = "shared-bus-rtic" version = "0.2.3+deprecated" authors = ["Ryan Summers "] description = "Provides utilities for sharing peripheral communication buses in an RTIC application" homepage = "https://github.com/ryan-summers/shared-bus-rtic" documentation = "https://docs.rs/shared-bus-rtic" readme = "README.md" keywords = [ "shared-bus", "rtic", "i2c", "spi", "embedded-hal", ] categories = [ "embedded", "concurrency", "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/ryan-summers/shared-bus-rtic" [dependencies.cortex-m] version = "0.6" optional = true [dependencies.embedded-hal] version = "0.2.4" [dependencies.nb] version = "1.0.0" [features] thumbv6 = ["cortex-m"]