[package]
name = "rustvncserver-android"
version = "1.3.0"
edition = "2021"
authors = ["Dustin McAfee <dustin.mcafee@my.maryvillecollege.edu>"]
license = "Apache-2.0"
description = "Generic Android JNI bindings for rustvncserver"
repository = "https://github.com/rustvnc/rustvncserver-android"
keywords = ["vnc", "android", "jni", "rfb"]
categories = ["network-programming", "api-bindings"]
build = "build.rs"
[lib]
crate-type = ["cdylib", "rlib"]
[build-dependencies]
[dependencies]
rustvncserver = "2.2.0"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time", "macros"] }
log = "0.4"
android_logger = "0.15"
jni = "0.21"
once_cell = "1.19"
[features]
default = []
turbojpeg = ["rustvncserver/turbojpeg"]
debug-logging = ["rustvncserver/debug-logging"]