keydous-bridge 0.1.2

Linux bridge for configuring Keydous keyboards with the official web driver
# 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"
rust-version = "1.96"
name = "keydous-bridge"
version = "0.1.2"
authors = ["Arrelin <arrelin54@mail.ru>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux bridge for configuring Keydous keyboards with the official web driver"
homepage = "https://github.com/Arrelin/keydous-linux"
readme = "README.md"
keywords = [
    "keydous",
    "keyboard",
    "hid",
    "linux",
]
categories = ["hardware-support"]
license = "MIT"
repository = "https://github.com/Arrelin/keydous-linux"

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

[[bin]]
name = "keydous-bridge"
path = "src/main.rs"

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.clap]
version = "4.6.4"
features = ["derive"]

[dependencies.futures-core]
version = "0.3.33"

[dependencies.hidapi]
version = "2.6.6"
features = ["linux-shared-hidraw"]
default-features = false

[dependencies.prost]
version = "0.14.4"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1.19"
features = ["net"]

[dependencies.tonic]
version = "0.14.6"

[dependencies.tonic-prost]
version = "0.14.6"

[dependencies.tonic-web]
version = "0.14.6"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.7.0"
features = ["cors"]

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.reqwest]
version = "0.13"

[dev-dependencies.tempfile]
version = "3.27"

[build-dependencies.protoc-bin-vendored]
version = "3.2.0"

[build-dependencies.tonic-prost-build]
version = "0.14.6"