[go: up one dir, main page]

ssri 0.1.0

Various utilities for handling Subresource Integrity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ssri"
version = "0.1.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
description = "Various utilities for handling Subresource Integrity."
license = "MIT OR Apache-2.0"
repository = "https://github.com/zkat/ssri-rs"
homepage = "https://github.com/zkat/ssri-rs"

[dependencies]
sha2 = "0.8.0"
base64 = "0.10.1"
digest = "0.8.0"
sha-1 = "0.8.1"