librash 0.1.0

Rust system library for cryptographic hashes
Documentation
# 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 = "2024"
name = "librash"
version = "0.1.0"
authors = ["kpcyrd <git@rxv.cc>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust system library for cryptographic hashes"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/kpcyrd/librash"

[package.metadata.capi.header]
name = "hash"

[[package.metadata.capi.install.include.asset]]
from = "compat/*.h"
to = "librash"

[package.metadata.capi.library]
name = "rash"
rustflags = ["-Cpanic=abort"]

[package.metadata.capi.pkg_config]
filename = "librash"
name = "librash"

[features]
capi = []

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

[dependencies.digest]
version = "0.10.7"

[dependencies.md-5]
version = "0.10.6"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"