chip-select 0.1.0

Chip select GPIO support traits
Documentation
[dependencies.hal-0_2]
optional = true
package = "embedded-hal"
version = "0.2.7"

[dependencies.hal-1_0]
optional = true
package = "embedded-hal"
version = "1.0.0"

[features]
default = ["hal-1_0"]
hal-0_2 = ["dep:hal-0_2"]
hal-1_0 = ["dep:hal-1_0"]

[package]
authors = ["Markus Mayer <widemeadows@gmail.com>"]
categories = ["embedded", "no-std", "no-std::no-alloc", "hardware-support"]
description = "Chip select GPIO support traits"
edition = "2021"
homepage = "https://github.com/sunsided/chip-select"
keywords = ["chip-select", "no-std", "embedded-hal"]
license = "EUPL-1.2 OR MIT OR Apache-2.0"
name = "chip-select"
readme = "README.md"
repository = "https://github.com/sunsided/chip-select"
rust-version = "1.64.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = false
rustdoc-args = ["--cfg", "docsrs"]