rustvncserver-android 1.3.1

Generic Android JNI bindings for rustvncserver
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 = "rustvncserver-android"
version = "1.3.1"
authors = ["Dustin McAfee <dustin.mcafee@my.maryvillecollege.edu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic Android JNI bindings for rustvncserver"
readme = "README.md"
keywords = [
    "vnc",
    "android",
    "jni",
    "rfb",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/rustvnc/rustvncserver-android"

[features]
debug-logging = ["rustvncserver/debug-logging"]
default = []
turbojpeg = ["rustvncserver/turbojpeg"]

[lib]
name = "rustvncserver_android"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.android_logger]
version = "0.15"

[dependencies.jni]
version = "0.21"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.rustvncserver]
version = "2.2.1"

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

[build-dependencies]