# SPDX-FileCopyrightText: 2021 Andrew 'glyph' Reid # # SPDX-License-Identifier: Unlicense [package] name = "ssb-uri-rs" version = "0.2.0" authors = ["Andrew Reid "] description = "Utilities for recognising and converting Secure Scuttlebutt (SSB) URIs" edition = "2018" keywords = ["ssb", "scuttlebutt", "uri", "sigil"] license = "LGPL-3.0" readme = "README.md" repository = "https://github.com/ssb-ngi-pointer/ssb-uri-rs" [dependencies] percent-encoding = "2.1.0" regex = "1.5" url = "2.2.2"