eldritchwire 0.3.0

A Rust crate for working with the Black Magic Design SDI camera control protocol.
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 = "eldritchwire"
version = "0.3.0"
authors = ["Caleb Ekstrand <ekstrand.caleb@ekshore.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for working with the Black Magic Design SDI camera control protocol."
documentation = "https://docs.rs/eldritchwire"
readme = "README.md"
keywords = [
    "Blackmagic",
    "sdi",
    "camera_control",
    "bdm",
    "parsing",
]
license = "MIT"
repository = "https://github.com/ekshore/eldritchwire"

[features]
bounds-checked = []
default = [
    "bounds-checked",
    "ignore-nd-filter",
]
ignore-nd-filter = []

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

[dependencies.eldritchwire_macros]
version = "0.3.0"