solana-sha256-hasher 2.1.4

Solana SHA256 hashing
Documentation
[dependencies.solana-hash]
default-features = false
version = "=2.1.4"

[features]
sha2 = ["dep:sha2"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0

[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Solana SHA256 hashing"
documentation = "https://docs.rs/solana-sha256-hasher"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-sha256-hasher"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.4"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[target.'cfg(not(target_os = "solana"))'.dependencies.sha2]
version = "0.10.8"

[target.'cfg(target_os = "solana")'.dependencies.sha2]
optional = true
version = "0.10.8"

[target.'cfg(target_os = "solana")'.dependencies.solana-define-syscall]
version = "=2.1.4"