1 2 3 4 5 6 7 8 9
[package] name = "csp-parse" version = "0.1.0" edition = "2024" description = "A pure-Rust parser for the Content Security Policy (CSP) directive grammar" license = "MIT" repository = "https://github.com/casoon/csp-parse" [dependencies]