[dependencies.thiserror]
version = "1.0.65"
[lib]
name = "solana_poseidon"
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 Poseidon hashing"
documentation = "https://docs.rs/solana-poseidon"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "solana-poseidon"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target.'cfg(not(target_os = "solana"))'.dependencies.ark-bn254]
version = "0.4.0"
[target.'cfg(not(target_os = "solana"))'.dependencies.light-poseidon]
version = "0.2.0"
[target.'cfg(target_os = "solana")'.dependencies.solana-define-syscall]
version = "=2.1.2"