shared-bus 0.1.2

Abstraction for sharing a bus between multiple devices.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "shared-bus"
version = "0.1.2"
authors = ["Rahix <rahix@rahix.de>"]
description = "Abstraction for sharing a bus between multiple devices."
homepage = "https://github.com/Rahix/shared-bus"
documentation = "https://docs.rs/shared-bus"
readme = "README.md"
keywords = ["embedded-hal", "embedded-hal-impl", "i2c", "bus"]
categories = ["embedded", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Rahix/shared-bus"
[package.metadata.docs.rs]
all-features = true
[dependencies.cortex-m]
version = "0.5.4"
optional = true

[dependencies.embedded-hal]
version = "0.2.1"

[features]
cortexm = ["cortex-m"]
docsrs = []
std = []