openipc-core 0.1.31

Shared OpenIPC FPV packet, RTP, and Realtek RX parsing logic
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 = "openipc-core"
version = "0.1.31"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared OpenIPC FPV packet, RTP, and Realtek RX parsing logic"
readme = "README.md"
license = "MIT"
repository = "https://github.com/neelsani/openipc-rs"

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

[[test]]
name = "pixelpilot_reference"
path = "tests/pixelpilot_reference.rs"

[dependencies.chacha20]
version = "0.10"
features = [
    "cipher",
    "legacy",
]

[dependencies.crypto_box]
version = "0.9"

[dependencies.log]
version = "0.4"

[dependencies.poly1305]
version = "0.9"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.subtle]
version = "2"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]