[package]
edition = "2021"
name = "url-hash"
version = "0.1.0"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
publish = true
description = "Simple types that provide secure and stable hash values for Urls."
documentation = "https://docs.rs/url-hash/"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/johnstonskj/rust-url-hash"
[dependencies.ring]
version = "0.17.7"
features = ["std"]
[dependencies.url]
version = "2.5.0"
[dev-dependencies.pretty_assertions]
version = "1.4.0"