[dependencies.aes]
version = "0.8.4"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.cbc]
version = "0.1.2"
[dependencies.cipher]
version = "0.4.4"
[dependencies.hex]
version = "0.4.3"
[dependencies.openssl]
features = ["vendored"]
version = "0.10.72"
[dependencies.rand]
version = "0.9.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.15"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["full"]
version = "1.45.0"
[lib]
name = "open_ecc"
path = "src/lib.rs"
[package]
authors = ["Matthew Wilding <mbwilding@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Unofficial Elgato Command Centre API"
edition = "2024"
license-file = "LICENSE"
name = "open_ecc"
readme = "README.md"
repository = "https://github.com/mbwilding/open-ecc"
resolver = "2"
version = "0.0.3"