[package] name = "webgate" version = "0.1.3" edition = "2021" authors = [ "Nathan ROYER " ] description = "Tool to create web interfaces to command-line tools" license = "MIT" keywords = ["cli", "http", "websockets", "process", "pipe"] repository = "https://github.com/NathanRoyer/webgate/" readme = "README.md" [[bin]] name = "webgate" [dependencies] popol = "0.5" lazy_static = "1.4" base64 = "0.13" sha1 = "0.6" byteorder = "1" json = "0.12" urlencoding = "2.1"