cargo-xss-testing 0.4.6

XSS vulnerability test for docs.rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
name = "cargo_xss_testing"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "XSS vulnerability test for docs.rs"
edition = "2021"
license = "MIT"
name = "cargo-xss-testing"
readme = false
version = "0.4.6"