# 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 = "libvnc" version = "0.1.3" authors = ["Chiichen "] description = "libvncserver(client) bindings for Rust. VNC is a set of programs using the RFB (Remote Frame Buffer) protocol. They are designed to export a frame buffer via net: you set up a server and can connect to it via VNC viewers. If the server supports WebSockets (which LibVNCServer does), you can also connect using an in-browser VNC viewer like noVNC." homepage = "https://github.com/Chiichen/libvnc-rs" readme = "README.md" keywords = [ "vnc", "libvnc", "vncserver", "rfb", ] license = "LGPL-3.0-only" repository = "https://github.com/Chiichen/libvnc-rs/tree/master/libvnc" [dependencies.libvnc-sys] version = "0.1.4" [dependencies.log] version = "0.4.21" [dev-dependencies.libc] version = "0.2.154" [features] default = ["pkg"] pkg = ["libvnc-sys/pkg"]