[dependencies.eldritchwire_macros]
version = "0.2.4"
[features]
bounds-checked = []
default = ["bounds-checked", "ignore-nd-filter"]
ignore-nd-filter = []
[lib]
name = "eldritchwire"
path = "src/lib.rs"
[package]
authors = ["Caleb Ekstrand <ekstrand.caleb@ekshore.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust crate for working with the Black Magic Design SDI camera control protocol."
documentation = "https://docs.rs/eldritchwire"
edition = "2021"
keywords = ["Blackmagic", "sdi", "camera_control", "bdm", "parsing"]
license = "MIT"
name = "eldritchwire"
readme = "README.md"
repository = "https://github.com/ekshore/eldritchwire"
version = "0.2.4"