# SPDX-FileCopyrightText: 2023 perillamint # SPDX-FileCopyrightText: 2020-2022 Alex Grinman # # SPDX-License-Identifier: MIT [package] name = "portalgun_lib" description = "expose your local web server to the internet with a public url" version = "0.2.2" authors = ["Alex Grinman ", "perillamint "] edition = "2021" license = "MIT" repository = "https://github.com/perillamint/portalgun" readme = "../README.md" [dependencies] serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" rand = "0.8.5" base64 = "^0.21.4" sha2 = "^0.10"