# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" rust-version = "1.57.0" name = "ssri" version = "9.2.0" authors = ["Kat Marchán "] description = "Various utilities for handling Subresource Integrity." homepage = "https://github.com/zkat/ssri-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/zkat/ssri-rs" [dependencies.base64] version = "0.21.0" [dependencies.digest] version = "0.10.6" [dependencies.hex] version = "0.4.3" [dependencies.miette] version = "5.7.0" [dependencies.serde] version = "1.0.152" optional = true [dependencies.sha-1] version = "0.10.0" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.40" [dependencies.xxhash-rust] version = "0.8.6" features = ["xxh3"] [dev-dependencies.serde_derive] version = "1.0.152" [dev-dependencies.serde_json] version = "1.0.93" [features] default = ["serde"]