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