wfb-rs 0.1.31

Rust WFB-style command-line tools built on openipc-rs
# 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 = "wfb-rs"
version = "0.1.31"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust WFB-style command-line tools built on openipc-rs"
homepage = "https://github.com/neelsani/openipc-rs"
documentation = "https://openipc-rs.neels.dev/docs/native"
readme = "README.md"
keywords = [
    "openipc",
    "fpv",
    "wfb",
    "wifi",
    "realtek",
]
categories = [
    "command-line-utilities",
    "multimedia::video",
]
license = "MIT"
repository = "https://github.com/neelsani/openipc-rs"

[[bin]]
name = "wfb_keygen"
path = "src/bin/wfb_keygen.rs"

[[bin]]
name = "wfb_rtsp"
path = "src/bin/wfb_rtsp.rs"

[[bin]]
name = "wfb_rx"
path = "src/bin/wfb_rx.rs"

[[bin]]
name = "wfb_tun"
path = "src/bin/wfb_tun.rs"

[[bin]]
name = "wfb_tx"
path = "src/bin/wfb_tx.rs"

[[bin]]
name = "wfb_tx_cmd"
path = "src/bin/wfb_tx_cmd.rs"

[dependencies.crypto_box]
version = "0.9"

[dependencies.nusb]
version = "0.2.3"
package = "nusb-webusb"

[dependencies.openipc-core]
version = "0.1.31"

[dependencies.openipc-rtl88xx]
version = "0.1.31"

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

[target."cfg(unix)".dependencies.tun]
version = "0.8"