eldritch_shield 0.3.0

Crate for interfacing with the Blackmagic 3G-SDI Shield for Arduino
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 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 = "2021"
name = "eldritch_shield"
version = "0.3.0"
authors = ["Caleb Ekstrand <ekstrand.caleb@ekshore.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for interfacing with the Blackmagic 3G-SDI Shield for Arduino"
documentation = "https://docs.rs/eldritch_shield"
readme = "README.md"
keywords = [
    "arduino",
    "Blackmagic",
    "bmd",
    "sdi",
    "sheild",
]
license = "MIT"
repository = "https://github.com/ekshore/eldritchwire"

[package.metadata.release]
pre-release-replacements = []

[features]
default = []
mock-i2c = []
rppal = ["dep:rppal"]

[lib]
name = "eldritch_shield"
path = "src/lib.rs"

[dependencies.rppal]
version = "0.22.1"
optional = true