# 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 = "2021" rust-version = "1.75.0" name = "ssri2" version = "0.1.0" authors = [ "cijiugechu ", "Kat Marchán ", ] description = "Various utilities for handling Subresource Integrity." homepage = "https://github.com/cijiugechu/ssri2" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cijiugechu/ssri2" [[bench]] name = "integrity" harness = false [dependencies.base64] version = "0.21.7" [dependencies.digest] version = "0.10.7" [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.190" optional = true [dependencies.sha-1] version = "0.10.1" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.57" [dependencies.xxhash-rust] version = "0.8.10" features = ["xxh3"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.serde_derive] version = "1.0.152" [dev-dependencies.serde_json] version = "1.0.93" [features] default = ["serde"]