uricrypt 0.1.5

Hierarchy-preserving deterministic URI encryption
Documentation
[dependencies.base64]
version = "0.22"

[dependencies.sha3]
version = "0.10"

[lib]
name = "uricrypt"
path = "src/lib.rs"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Hierarchy-preserving deterministic URI encryption"
edition = "2021"
homepage = "https://github.com/jedisct1/rust-uricrypt"
keywords = ["uri", "encryption", "hierarchy", "crypto", "turboshake"]
license = "MIT"
name = "uricrypt"
readme = "README.md"
repository = "https://github.com/jedisct1/rust-uricrypt"
version = "0.1.5"