# 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 = "vnc-rs" version = "0.5.2" authors = [ "Jovi Hsu ", "Petr BenesĖŒ ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An async implementation of VNC client side protocol" homepage = "https://github.com/HsuJv/vnc-rs" documentation = "https://docs.rs/vnc-rs" readme = "README.md" keywords = ["vnc"] license = "MIT OR Apache-2.0" repository = "https://github.com/HsuJv/vnc-rs" [profile.release] opt-level = "s" [lib] name = "vnc" path = "src/lib.rs" [dependencies.async_io_stream] version = "0.3" [dependencies.flate2] version = "^1" [dependencies.futures] version = "0.3" [dependencies.thiserror] version = "^1" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["compat"] [dependencies.tracing] version = "^0.1" features = ["log"] [dev-dependencies.anyhow] version = "^1" [dev-dependencies.minifb] version = "0.25.0" [dev-dependencies.tracing-subscriber] version = "^0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "^1" features = ["full"] [target.'cfg(target_arch = "wasm32")'.dependencies.tokio] version = "^1" features = [ "sync", "macros", "io-util", "rt", "time", ] [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4"