graphify-security 0.4.3

URL, path, and label validation for graphify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "graphify-security"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "URL, path, and label validation for graphify"

[dependencies]
reqwest.workspace = true
tracing.workspace = true
thiserror.workspace = true
regex.workspace = true
url = "2"