[go: up one dir, main page]

sha1_smol 1.0.1

Minimal dependency-free implementation of SHA1 for Rust.
Documentation
[dependencies.serde]
optional = true
version = "1.0"

[dev-dependencies.openssl]
version = "0.10"

[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.serde_json]
version = "1.0"

[features]
alloc = []
std = ["alloc"]

[package]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
description = "Minimal dependency-free implementation of SHA1 for Rust."
edition = "2018"
keywords = ["sha1"]
license = "BSD-3-Clause"
name = "sha1_smol"
readme = "README.md"
repository = "https://github.com/mitsuhiko/sha1-smol"
version = "1.0.1"

[package.metadata.docs.rs]
all-features = true