open_ecc 0.0.7

Unofficial Elgato Command Centre API
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 = "2024"
name = "open_ecc"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial Elgato Command Centre API"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/mbwilding/open-ecc"
resolver = "2"

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

[dependencies.aes]
version = "0.9.1"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cbc]
version = "0.2.1"

[dependencies.cipher]
version = "0.5.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.openssl]
version = "0.10.80"
features = ["vendored"]

[dependencies.rand]
version = "0.10.1"

[dependencies.reqwest]
version = "0.13.4"
features = ["json"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]