[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"