ssri 1.3.0

Various utilities for handling Subresource Integrity.
Documentation
[package]
name = "ssri"
version = "1.3.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"
hex = "0.3.2"
serde_derive = "1.0.92"
serde = "1.0.92"
failure = "0.1.5"