agave-precompiles 2.3.7

Solana precompiled programs.
Documentation
[[bench]]
name = "ed25519_instructions"
path = "benches/ed25519_instructions.rs"

[[bench]]
name = "secp256k1_instructions"
path = "benches/secp256k1_instructions.rs"

[[bench]]
name = "secp256r1_instructions"
path = "benches/secp256r1_instructions.rs"

[dependencies.agave-feature-set]
version = "=2.3.7"

[dependencies.bincode]
version = "1.3.3"

[dependencies.digest]
version = "0.10.7"

[dependencies.ed25519-dalek]
version = "=1.0.1"

[dependencies.libsecp256k1]
default-features = false
features = ["std", "static-context"]
version = "0.6.0"

[dependencies.openssl]
version = "0.10"

[dependencies.sha3]
version = "0.10.8"

[dependencies.solana-ed25519-program]
version = "2.2.3"

[dependencies.solana-message]
version = "2.4.0"

[dependencies.solana-precompile-error]
version = "2.2.2"

[dependencies.solana-pubkey]
default-features = false
version = "2.4.0"

[dependencies.solana-sdk-ids]
version = "2.2.1"

[dependencies.solana-secp256k1-program]
features = ["serde"]
version = "2.2.1"

[dependencies.solana-secp256r1-program]
features = ["openssl-vendored"]
version = "2.2.3"

[dev-dependencies.bytemuck]
version = "1.23.0"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand0-7]
package = "rand"
version = "0.7"

[dev-dependencies.solana-instruction]
version = "2.3.0"

[dev-dependencies.solana-keccak-hasher]
version = "2.2.1"

[dev-dependencies.solana-logger]
version = "2.3.1"

[dev-dependencies.solana-secp256k1-program]
features = ["bincode"]
version = "2.2.1"

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

[lints.clippy]
arithmetic_side_effects = "deny"
default_trait_access = "deny"
manual_let_else = "deny"
used_underscore_binding = "deny"

[lints.rust]
warnings = "deny"

[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
autolib = false
autotests = false
build = false
description = "Solana precompiled programs."
documentation = "https://docs.rs/agave-precompiles"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "agave-precompiles"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "2.3.7"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]