[dependencies]
[dev-dependencies.hex-literal]
version = "0.2.1"
[dev-dependencies.sha2]
version = "0.10.8"
[lib]
name = "penis"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "algorithms"]
description = "A Rust implementation of the Penis Protocol"
documentation = "https://docs.rs/penis"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE.md"]
keywords = ["cryptography", "hash", "privacy", "sha256", "penis"]
license-file = "LICENSE.md"
name = "penis"
readme = "README.md"
repository = "https://github.com/PenisProtocol/penis_rs"
version = "0.1.1"