# 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 = "tfc-server" version = "0.7.0" authors = ["Indiana Kernick "] description = "A server that facilitates remote control using the TFC library. Repo contains an iOS app." homepage = "https://github.com/indianakernick/The-Fat-Controller" readme = "README.md" keywords = [ "keyboard", "mouse", "remote", "control", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/indianakernick/The-Fat-Controller" [profile.release] lto = true [dependencies.base64] version = "0.21" default-features = false [dependencies.futures] version = "0.3" [dependencies.openssl] version = "0.10" [dependencies.qrcode] version = "0.13" default-features = false [dependencies.tfc] version = "0.7" features = [ "ascii-fallback", "tokio", ] [dependencies.tokio] version = "1" features = [ "rt", "sync", "macros", ] [dependencies.tokio-tungstenite] version = "0"